aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
-rw-r--r--p/themes/base-theme/frss.rtl.css13
1 files changed, 4 insertions, 9 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 8f90de8b7..291ee4f77 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1749,21 +1749,16 @@ a.website:hover .favicon {
visibility: hidden;
}
-.notification a.close {
+.notification .close {
padding: 0 1rem;
position: absolute;
top: 0; bottom: 0;
left: 0;
display: inline-block;
line-height: 3;
-}
-
-.notification a.close:hover {
- background-color: var(--frss-darken-background-hover-transparent);
-}
-
-.notification a.close:hover .icon {
- filter: brightness(2);
+ border: 0;
+ background-color: transparent;
+ cursor: pointer;
}
#actualizeProgress {