closes #8213 closes #7696 Co-authored-by: Hank Grabowski <hankgrabowski@gmail.com> Co-authored-by: Thorsten Claus <thorstenclaus@web.de>
27 lines
396 B
SCSS
27 lines
396 B
SCSS
.aspect-dropdown {
|
|
|
|
li {
|
|
@include selectable-list;
|
|
|
|
.status_indicator {
|
|
width: 19px;
|
|
height: 14px;
|
|
display: inline-block;
|
|
}
|
|
|
|
a {
|
|
.text {
|
|
color: #333333;
|
|
}
|
|
&:hover {
|
|
background: $background-grey;
|
|
}
|
|
cursor: pointer;
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
.aspect-membership {
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
}
|