mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-28 08:04:39 +02:00
make button selected outline color match theme
This commit is contained in:
parent
d1c3d72d67
commit
f7753d2a0a
@ -35,6 +35,7 @@
|
||||
--nav-border-radius: 4px;
|
||||
--symlink-symbol-color: var(--navigation);
|
||||
--list-view-header: var(--selected);
|
||||
--outline-color: black;
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
@ -53,6 +54,11 @@
|
||||
--nav-entry-color: #555F6E;
|
||||
--symlink-symbol-color: var(--navigation);
|
||||
--list-view-header: var(--container);
|
||||
--outline-color: white;
|
||||
}
|
||||
|
||||
button {
|
||||
outline-color: var(--outline-color) !important;
|
||||
}
|
||||
|
||||
html {
|
||||
|
Loading…
x
Reference in New Issue
Block a user