Skip to content

Commit f46f766

Browse files
Merge pull request #495 from nextcloud/backport/494/stable17
[stable17] Fix header icon hover & focus feedback
2 parents b1fbd45 + 617bad9 commit f46f766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
&:hover,
1313
&:focus {
14-
opacity: 1;
14+
opacity: 1 !important;
1515
}
1616

1717
&.hasNotifications {
@@ -181,7 +181,7 @@
181181

182182
.notification-actions {
183183
overflow: hidden;
184-
184+
185185
.action-button.primary {
186186
color: var(--color-primary-text);
187187
}

0 commit comments

Comments
 (0)