2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-31 14:05:14 +00:00
Files
moebooru/app/javascript/stylesheets/autocomplete.less
nanaya ac08c4e650 Use less instead of scss
Sass C library is deprecated and dart-sass has limited platform support.
less ruby library unfortunately isn't quite maintained so use native js.
2022-02-12 06:05:38 +09:00

9 lines
122 B
Plaintext

.autocomplete {
background: @c-dark;
> div:hover:not(.group),
> div.selected {
background: @c-highlight;
}
}