|
@@ -156,12 +156,17 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
|
|
|
border: none;
|
|
border: none;
|
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
|
|
+ transition: background 150ms ease;
|
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
|
-moz-appearance: none;
|
|
-moz-appearance: none;
|
|
|
appearance: none;
|
|
appearance: none;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.main__notification-close:hover {
|
|
|
|
|
+ background: #eee;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.main__notification-close:active:focus {
|
|
.main__notification-close:active:focus {
|
|
|
outline: none;
|
|
outline: none;
|
|
|
}
|
|
}
|