2020-05-05 18:59:47 +08:00
|
|
|
.select-kit {
|
|
|
|
&.combo-box {
|
|
|
|
&.topic-footer-mobile-dropdown {
|
|
|
|
.select-kit-row {
|
2020-05-29 14:05:21 +08:00
|
|
|
padding: 0.75em 0.5em;
|
2020-08-04 10:57:10 +08:00
|
|
|
border-bottom: 1px solid rgba(var(--primary-low-rgb), 0.5);
|
2020-05-29 14:05:21 +08:00
|
|
|
|
2020-05-29 17:11:28 +08:00
|
|
|
.name {
|
|
|
|
line-height: $line-height-medium;
|
|
|
|
}
|
|
|
|
|
2020-05-29 14:05:21 +08:00
|
|
|
&:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-icon {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2020-05-29 14:05:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.is-highlighted {
|
2020-08-04 10:57:10 +08:00
|
|
|
background: var(--tertiary-low);
|
2020-05-29 14:05:21 +08:00
|
|
|
|
|
|
|
.name {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary);
|
2020-05-29 14:05:21 +08:00
|
|
|
}
|
2020-05-05 18:59:47 +08:00
|
|
|
}
|
2020-05-29 14:05:21 +08:00
|
|
|
|
2020-05-05 18:59:47 +08:00
|
|
|
&.bookmarked {
|
|
|
|
.d-icon {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--tertiary);
|
2020-05-05 18:59:47 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-kit-collection {
|
|
|
|
max-height: 100%;
|
2019-02-07 21:43:33 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|