Преглед изворни кода

Simplified tooltip styles sheet.

Aleksander Nowodzinski пре 8 година
родитељ
комит
f2e33638ae
1 измењених фајлова са 6 додато и 5 уклоњено
  1. 6 5
      packages/ckeditor5-ui/theme/components/tooltip/tooltip.css

+ 6 - 5
packages/ckeditor5-ui/theme/components/tooltip/tooltip.css

@@ -25,10 +25,11 @@
 
 .ck-tooltip__text {
 	display: inline-block;
-}
 
-.ck-tooltip__text::after {
-	content: "";
-	width: 0;
-	height: 0;
+	&::after {
+		content: "";
+		width: 0;
+		height: 0;
+	}
 }
+