aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/stylesheets')
-rw-r--r--resources/assets/stylesheets/scss/system-notifications.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/assets/stylesheets/scss/system-notifications.scss b/resources/assets/stylesheets/scss/system-notifications.scss
index 24a15a7..4e2f0c6 100644
--- a/resources/assets/stylesheets/scss/system-notifications.scss
+++ b/resources/assets/stylesheets/scss/system-notifications.scss
@@ -105,7 +105,7 @@
.system-notification-close {
align-self: normal;
- display: none;
+ visibility: hidden;
flex: 0;
height: 20px;
width: 20px;
@@ -160,9 +160,10 @@
text-decoration: unset;
}
- &:hover {
+ &:hover,
+ &:focus-within {
.system-notification-close {
- display: unset;
+ visibility: unset;
}
}