Skip to content

Commit

Permalink
fix(popups): Fix confirmation hint popup
Browse files Browse the repository at this point in the history
Closes #898
  • Loading branch information
rafaelmardojai committed Jan 14, 2025
1 parent 8c8f7d9 commit b982ed4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 4 additions & 9 deletions theme/parts/popups-contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,11 @@
}

/* Confirmation Hint */
#confirmation-hint .panel-arrowcontent {
background: var(--gnome-button-suggested-action-background) !important;
border-color: var(--gnome-button-suggested-action-border-color) !important;
#confirmation-hint-checkmark-animation-container {
margin: 12px 6px 12px 12px !important;
}
#confirmation-hint .panel-arrow {
fill: var(--gnome-button-suggested-action-border-color) !important;
stroke: var(--gnome-button-suggested-action-border-color) !important;
}
#confirmation-hint-message {
color: white !important;
#confirmation-hint-message-container {
margin: 12px 12px 12px 0 !important;
}

/* URLbar popups */
Expand Down
1 change: 1 addition & 0 deletions theme/parts/popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ panel[type=arrow] {
/* Style popovers */
panel:not([remote]) {
--arrowpanel-background: var(--gnome-menu-background) !important;
--arrowpanel-color: var(--gnome-menu-color) !important;
--panel-item-hover-bgcolor: var(--gnome-selected-background) !important;
}
panel {
Expand Down

0 comments on commit b982ed4

Please sign in to comment.