mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
style(base): add keyboard-active option style for cell dropdowns
This commit is contained in:
@@ -239,6 +239,14 @@
|
||||
background-color: light-dark(var(--mantine-color-blue-0), var(--mantine-color-blue-9));
|
||||
}
|
||||
|
||||
.selectOptionKeyboardActive {
|
||||
background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-5));
|
||||
}
|
||||
|
||||
.selectOptionActive.selectOptionKeyboardActive {
|
||||
background-color: light-dark(var(--mantine-color-blue-1), var(--mantine-color-blue-8));
|
||||
}
|
||||
|
||||
.selectCategoryLabel {
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user