8
0
panr 5 лет назад
Родитель
Сommit
97f26b0632
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      docs/assets/snippet-styles.css

+ 5 - 1
docs/assets/snippet-styles.css

@@ -150,7 +150,7 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
 	position: absolute;
 	top: 0;
 	right: 0;
-	padding: 20px;
+	padding: 10px;
 	/* reset default button styling */
 	background: none;
 	border: none;
@@ -162,6 +162,10 @@ It breaks CKEditor 5 (see how <p><code>[]</code></p> looks). */
 	cursor: pointer;
 }
 
+.main__notification-close:active:focus {
+	outline: none;
+}
+
 @keyframes fadeIn {
 	from {
 		opacity: 0;