From 1ab4c3893de3cf95f503631f3631dfff8fc4e56b Mon Sep 17 00:00:00 2001 From: Tanay Kar <93914273+Tanay-Kar@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:03:56 +0530 Subject: [PATCH] Added zen-profile selector active style 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> --- src/browser/base/content/zen-styles/zen-profile-dialog.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/browser/base/content/zen-styles/zen-profile-dialog.css b/src/browser/base/content/zen-styles/zen-profile-dialog.css index fa721beda..f328f20dc 100644 --- a/src/browser/base/content/zen-styles/zen-profile-dialog.css +++ b/src/browser/base/content/zen-styles/zen-profile-dialog.css @@ -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');