|
@@ -3,17 +3,14 @@
|
|
|
* For licensing, see LICENSE.md.
|
|
* For licensing, see LICENSE.md.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-@custom-selector :--ck-reset-all
|
|
|
|
|
- .ck-reset_all,
|
|
|
|
|
- .ck-reset_all *,
|
|
|
|
|
- .ck-reset_all a,
|
|
|
|
|
- .ck-reset_all textarea;
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* Resets an element, ignoring its children.
|
|
* Resets an element, ignoring its children.
|
|
|
*/
|
|
*/
|
|
|
.ck-reset,
|
|
.ck-reset,
|
|
|
-:--ck-reset-all {
|
|
|
|
|
|
|
+.ck-reset_all,
|
|
|
|
|
+.ck-reset_all *,
|
|
|
|
|
+.ck-reset_all a,
|
|
|
|
|
+.ck-reset_all textarea {
|
|
|
/* Do not include inheritable rules here. */
|
|
/* Do not include inheritable rules here. */
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
@@ -30,7 +27,10 @@
|
|
|
/**
|
|
/**
|
|
|
* Resets an element AND its children.
|
|
* Resets an element AND its children.
|
|
|
*/
|
|
*/
|
|
|
-:--ck-reset-all {
|
|
|
|
|
|
|
+.ck-reset_all,
|
|
|
|
|
+.ck-reset_all *,
|
|
|
|
|
+.ck-reset_all a,
|
|
|
|
|
+.ck-reset_all textarea {
|
|
|
/* These are rule inherited by all children elements. */
|
|
/* These are rule inherited by all children elements. */
|
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
|
font: normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);
|
|
font: normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);
|