Explorar el Código

Simplified tooltip styles sheet.

Aleksander Nowodzinski hace 8 años
padre
commit
f2e33638ae
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  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;
+	}
 }
+