소스 검색

fix selecting text style

jerryliao 1 년 전
부모
커밋
6f60ec59ed
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      dark-theme.css

+ 3 - 0
dark-theme.css

@@ -794,6 +794,9 @@ label[for="org_name"] {
   color: #e0e0e0;
   background: #373b41;
 }
+.ui.selection.visible.dropdown > .text:not(.default) {
+  color: unset;
+}
 .organization.members .list .item {
   border-bottom: 1px solid #373b41 !important;
 }