mirror of
https://github.com/moebooru/moebooru
synced 2025-08-31 14:05:14 +00:00
Sass C library is deprecated and dart-sass has limited platform support. less ruby library unfortunately isn't quite maintained so use native js.
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
.autocomplete {
|
|
background: @c-dark;
|
|
|
|
> div:hover:not(.group),
|
|
> div.selected {
|
|
background: @c-highlight;
|
|
}
|
|
}
|