2017-12-13 04:49:32 -05:00
|
|
|
.select-kit {
|
|
|
|
&.dropdown-select-box {
|
|
|
|
&.toolbar-popup-menu-options {
|
2022-08-17 16:42:25 -04:00
|
|
|
.select-kit-collection {
|
|
|
|
max-height: 50vh;
|
|
|
|
}
|
|
|
|
|
2017-12-13 04:49:32 -05:00
|
|
|
.select-kit-body {
|
|
|
|
box-shadow: none;
|
|
|
|
width: 230px;
|
2020-05-29 02:05:21 -04:00
|
|
|
border-radius: 0;
|
2020-02-03 08:22:14 -05:00
|
|
|
}
|
|
|
|
|
2017-12-13 04:49:32 -05:00
|
|
|
.select-kit-row {
|
2020-05-29 02:05:21 -04:00
|
|
|
padding: 0.75em 0.5em;
|
2020-08-03 22:57:10 -04:00
|
|
|
border-bottom: 1px solid rgba(var(--primary-low-rgb), 0.5);
|
2020-05-29 02:05:21 -04:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
2017-12-13 04:49:32 -05:00
|
|
|
|
2020-02-14 13:44:38 -05:00
|
|
|
.texts .name,
|
|
|
|
.icons .d-icon {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-0;
|
2017-12-13 04:49:32 -05:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-icon {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2017-12-13 04:49:32 -05:00
|
|
|
}
|
|
|
|
|
2020-05-29 02:05:21 -04:00
|
|
|
&.is-highlighted,
|
|
|
|
&.is-selected,
|
2017-12-13 04:49:32 -05:00
|
|
|
&:hover {
|
2020-08-03 22:57:10 -04:00
|
|
|
background: var(--tertiary-low);
|
|
|
|
color: var(--primary);
|
2017-12-13 04:49:32 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|