Ver código fonte

Fix: Disabled the box-shadow of 'on' buttons in the list.

Aleksander Nowodzinski 7 anos atrás
pai
commit
3a530bb9c7

+ 4 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css

@@ -49,6 +49,10 @@
 			&:focus {
 				background: var(--ck-color-list-button-on-background-focus);
 			}
+
+			&:active {
+				box-shadow: none;
+			}
 		}
 
 		&:hover:not(.ck-disabled),