Ver código fonte

Simplified tooltip styles sheet.

Aleksander Nowodzinski 8 anos atrás
pai
commit
f2e33638ae

+ 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;
+	}
 }
+