Explorar o código

Simplified tooltip styles sheet.

Aleksander Nowodzinski %!s(int64=8) %!d(string=hai) anos
pai
achega
f2e33638ae
Modificáronse 1 ficheiros con 6 adicións e 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;
+	}
 }
+