mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 23:32:02 +00:00
Added zen-profile selector active style (#2908)
Provides a change in background colour for the profile selector items on click (active) , similar to the main menu styles Signed-off-by: Tanay Kar <93914273+Tanay-Kar@users.noreply.github.com>
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.PanelUI-zen-profiles-item:active {
|
||||
background: var(--panel-item-active-bgcolor);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.PanelUI-zen-profiles-item::after {
|
||||
content: '';
|
||||
background-image: url('chrome://global/skin/icons/arrow-right.svg');
|
||||
|
Reference in New Issue
Block a user