Skip to content

Commit b982ed4

Browse files
fix(popups): Fix confirmation hint popup
Closes #898
1 parent 8c8f7d9 commit b982ed4

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

theme/parts/popups-contents.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,11 @@
126126
}
127127

128128
/* Confirmation Hint */
129-
#confirmation-hint .panel-arrowcontent {
130-
background: var(--gnome-button-suggested-action-background) !important;
131-
border-color: var(--gnome-button-suggested-action-border-color) !important;
129+
#confirmation-hint-checkmark-animation-container {
130+
margin: 12px 6px 12px 12px !important;
132131
}
133-
#confirmation-hint .panel-arrow {
134-
fill: var(--gnome-button-suggested-action-border-color) !important;
135-
stroke: var(--gnome-button-suggested-action-border-color) !important;
136-
}
137-
#confirmation-hint-message {
138-
color: white !important;
132+
#confirmation-hint-message-container {
133+
margin: 12px 12px 12px 0 !important;
139134
}
140135

141136
/* URLbar popups */

theme/parts/popups.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ panel[type=arrow] {
6666
/* Style popovers */
6767
panel:not([remote]) {
6868
--arrowpanel-background: var(--gnome-menu-background) !important;
69+
--arrowpanel-color: var(--gnome-menu-color) !important;
6970
--panel-item-hover-bgcolor: var(--gnome-selected-background) !important;
7071
}
7172
panel {

0 commit comments

Comments
 (0)