Skip to content

Commit

Permalink
Merge pull request #1217 from nextcloud/fix/notif_subjectè_outline
Browse files Browse the repository at this point in the history
Fix color of the outline of notification subject
  • Loading branch information
artonge authored Jun 7, 2022
2 parents 9458471 + 50b29cb commit f8e5e91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/notifications-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications-main.js.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/Components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,14 @@ export default {
word-break: break-word;
}
}
.notification-subject {
padding: 4px;
}
a.notification-subject:focus-visible {
box-shadow: inset 0 0 0 2px var(--color-main-text) !important; // override rule in core/css/headers.scss #header a:focus-visible
}
}
</style>

0 comments on commit f8e5e91

Please sign in to comment.