mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
style: update active state colors for filter and view options
This commit is contained in:
@@ -29,12 +29,14 @@
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: #c9aa71;
|
||||
background: rgba(201, 170, 113, 0.15);
|
||||
&.active {
|
||||
color: rgba(255, 255, 255, 0.95);
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.library-filter-options__count {
|
||||
background: rgba(201, 170, 113, 0.25);
|
||||
color: #c9aa71;
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
color: rgba(255, 255, 255, 0.95);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: #c9aa71;
|
||||
background: rgba(201, 170, 113, 0.15);
|
||||
color: rgba(255, 255, 255, 0.95);
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user