mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
use wave accent color for contextswitch pill (#1247)
This commit is contained in:
parent
61719344e8
commit
7718aebc17
@ -21,8 +21,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pill-option.active {
|
.pill-option.active {
|
||||||
background-color: #0073e6;
|
background-color: rgb(88, 193, 66);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pill-option:not(.active):hover {
|
.pill-option:not(.active):hover {
|
||||||
@ -40,7 +41,7 @@ html[data-theme="dark"] .pill-option {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] .pill-option.active {
|
html[data-theme="dark"] .pill-option.active {
|
||||||
background-color: #005bb5; /* Darker blue for active state */
|
background-color: rgb(88, 193, 66); /* Darker blue for active state */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user