Skip to content

Commit

Permalink
Fixed visual inconsistency with split view confirmation popup
Browse files Browse the repository at this point in the history
Assigned --arrowpanel-background to --zen-colors-primary for #confirmation-hint 

Signed-off-by: Tanay Kar <[email protected]>
  • Loading branch information
Tanay-Kar authored Jan 28, 2025
1 parent 5342837 commit 8381fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/browser/base/content/zen-styles/zen-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ panel {
--panel-border-radius: var(--zen-native-inner-radius);
}

/* split-view popup */
#confirmation-hint {
--arrowpanel-background: var(--zen-colors-primary);
}

/* app menu */
.addon-banner-item,
.panel-banner-item {
Expand Down

0 comments on commit 8381fba

Please sign in to comment.