소스 검색

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