Skip to content

Commit

Permalink
Merge pull request #495 from nextcloud/backport/494/stable17
Browse files Browse the repository at this point in the history
[stable17] Fix header icon hover & focus feedback
  • Loading branch information
nickvergessen authored Dec 4, 2019
2 parents b1fbd45 + 617bad9 commit f46f766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

&:hover,
&:focus {
opacity: 1;
opacity: 1 !important;
}

&.hasNotifications {
Expand Down Expand Up @@ -181,7 +181,7 @@

.notification-actions {
overflow: hidden;

.action-button.primary {
color: var(--color-primary-text);
}
Expand Down

0 comments on commit f46f766

Please sign in to comment.