!important 로 의도한 효과 내도록 수정

moono-dark 가 아닌 컬러셋과 동일한 효과가 나도록 선택자를 추가했습니다.
This commit is contained in:
Min-Soo Kim 2021-01-08 01:56:59 +09:00 committed by GitHub
parent e725455a0e
commit ea6d0c1b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,11 +67,13 @@
}
.light_dark_top(@cs) when (@cs = moono-dark) {
border-color: #555;
&.cke_bottom {
background: #333;
.cke_button_icon, .cke_combo_button, .cke_button_arrow, .cke_button_label {
filter: invert(1);
body & {
border-color: #555;
&.cke_bottom {
background: #333;
.cke_button_icon, .cke_combo_button, .cke_button_arrow, .cke_button_label {
filter: invert(1);
}
}
}
}