8
0
فهرست منبع

Other: Fix dropdown icon on button dropdown.

Maciej Gołaszewski 8 سال پیش
والد
کامیت
8e62d72adc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-ui/theme/components/dropdown/buttondropdown.css

+ 1 - 1
packages/ckeditor5-ui/theme/components/dropdown/buttondropdown.css

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
-.ck-buttondropdown .ck-button {
+.ck-buttondropdown .ck-dropdown__panel .ck-button {
 	&:focus {
 		z-index: calc(var(--ck-z-default) + 1);
 	}