8
0
Просмотр исходного кода

Docs: Added a missing comment to the dropdown style sheet.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
2f09ea5124

+ 1 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css

@@ -38,6 +38,7 @@
 			@mixin ck-disabled;
 		}
 
+		/* https://github.com/ckeditor/ckeditor5/issues/816 */
 		&.ck-on {
 			border-bottom-left-radius: 0;
 			border-bottom-right-radius: 0;