tweak(ui): unify titlebar expanded button background
This commit is contained in:
@@ -172,7 +172,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] {
|
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] {
|
||||||
background-color: var(--surface-base-active);
|
background-color: var(--surface-raised-base-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] [data-slot="icon-svg"] {
|
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] [data-slot="icon-svg"] {
|
||||||
@@ -180,5 +180,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"]:hover:not(:disabled) {
|
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"]:hover:not(:disabled) {
|
||||||
background-color: var(--surface-base-active);
|
background-color: var(--surface-raised-base-active);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] {
|
[data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] {
|
||||||
background-color: var(--surface-base-active);
|
background-color: var(--surface-raised-base-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] [data-slot="icon-svg"] {
|
[data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"] [data-slot="icon-svg"] {
|
||||||
@@ -177,5 +177,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"]:hover:not(:disabled) {
|
[data-component="icon-button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"]:hover:not(:disabled) {
|
||||||
background-color: var(--surface-base-active);
|
background-color: var(--surface-raised-base-active);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user