Sfoglia il codice sorgente

Internal: Removed stray styleling directives.

Marek Lewandowski 6 anni fa
parent
commit
4e661395da

+ 0 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css

@@ -76,7 +76,6 @@ a.ck.ck-button {
 	}
 
 	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
-	/* stylelint-disable-next-line no-descending-specificity */
 	&.ck-disabled {
 		&:active,
 		&:focus {
@@ -94,7 +93,6 @@ a.ck.ck-button {
 		}
 	}
 
-	/* stylelint-disable-next-line no-descending-specificity */
 	&.ck-button_with-text {
 		padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);