Skip to content

Commit

Permalink
Added zen-profile selector active style (#2908)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Tanay-Kar authored Nov 11, 2024
1 parent 9a7351b commit 1421153
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/browser/base/content/zen-styles/zen-profile-dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 1421153

Please sign in to comment.