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:
Tanay Kar
2024-11-12 02:35:32 +05:30
committed by GitHub
parent 9a7351b1f9
commit 14211536d8

View File

@@ -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');