This commit is contained in:
vinceliuice
2022-03-18 20:55:19 +08:00
parent 0d949baee2
commit b646d62f32
4 changed files with 16 additions and 4 deletions

View File

@@ -1139,12 +1139,15 @@ searchbar > revealer > box {
&:disabled { color: $titlebar-text-disabled; }
&:backdrop {
background-color: $titlebar-backdrop;
color: $titlebar-text-secondary;
&:disabled { color: $titlebar-text-secondary-disabled; }
}
.csd &:backdrop {
background-color: $titlebar-backdrop;
}
.title {
padding: 0 12px;
font-weight: bold;