Skip to content

Commit a806984

Browse files
authored
Merge pull request nextcloud#32713 from nextcloud/fix/button_active_in_notif
2 parents c82377d + dfd98fa commit a806984

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

core/css/header.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-webkit-user-select: none;
2222
-moz-user-select: none;
2323
-ms-user-select: none;
24-
a:focus-visible, button:not(.button-vue):focus-visible, div[role="button"]:focus-visible {
24+
a:not(.button):focus-visible, button:not(.button-vue):focus-visible, div[role="button"]:focus-visible {
2525
box-shadow: inset 0 0 0 2px var(--color-primary-text);
2626
border-radius: var(--border-radius);
2727
outline: none;

core/css/server.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)