瀏覽代碼

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