Преглед на файлове

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

Aleksander Nowodzinski преди 7 години
родител
ревизия
3a530bb9c7
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/list/list.css

+ 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),