Skip to content

Commit cb5949c

Browse files
committed
Fix color of the outline of notification subject
Signed-off-by: Louis Chemineau <[email protected]>
1 parent 02918e0 commit cb5949c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

js/notifications-main.js

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

js/notifications-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Notification.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,14 @@ export default {
339339
word-break: break-word;
340340
}
341341
}
342+
343+
.notification-subject {
344+
padding: 4px;
345+
}
346+
347+
a.notification-subject:focus-visible {
348+
box-shadow: inset 0 0 0 2px var(--color-main-text) !important; // override rule in core/css/headers.scss #header a:focus-visible
349+
}
342350
}
343351
344352
</style>

0 commit comments

Comments
 (0)