|
@@ -10,4 +10,26 @@
|
|
|
svg.ck-icon {
|
|
svg.ck-icon {
|
|
|
width: var(--ck-icon-size);
|
|
width: var(--ck-icon-size);
|
|
|
height: var(--ck-icon-size);
|
|
height: var(--ck-icon-size);
|
|
|
|
|
+
|
|
|
|
|
+ /* Multiplied by the height of the line in "px" should give SVG "viewport" dimensions */
|
|
|
|
|
+ font-size: .8333350694em;
|
|
|
|
|
+
|
|
|
|
|
+ color: inherit;
|
|
|
|
|
+
|
|
|
|
|
+ /* Inherit cursor style (#5). */
|
|
|
|
|
+ cursor: inherit;
|
|
|
|
|
+
|
|
|
|
|
+ /* This will prevent blurry icons on Firefox. See #340. */
|
|
|
|
|
+ will-change: transform;
|
|
|
|
|
+
|
|
|
|
|
+ & * {
|
|
|
|
|
+ /* Inherit cursor style (#5). */
|
|
|
|
|
+ cursor: inherit;
|
|
|
|
|
+
|
|
|
|
|
+ /* Allows dynamic coloring of the icons. */
|
|
|
|
|
+ color: inherit;
|
|
|
|
|
+
|
|
|
|
|
+ /* Needed by FF. */
|
|
|
|
|
+ fill: currentColor;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|