8
0
Pārlūkot izejas kodu

Merge pull request #235 from ckeditor/t/ckeditor5/1802

Fix: Tooltips should not render blurry in LoDPI environments. Closes ckeditor/ckeditor5#1802.
Damian Konopka 6 gadi atpakaļ
vecāks
revīzija
f3f6e84741

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

@@ -12,6 +12,12 @@
 .ck.ck-tooltip {
 	left: 50%;
 
+	/*
+	 * Prevent blurry tooltips in LoDPI environments.
+	 * See https://github.com/ckeditor/ckeditor5/issues/1802.
+	 */
+	top: 0;
+
 	/**
 	 * A class once applied displays the tooltip south of the element.
 	 *