浏览代码

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;
   color: #e0e0e0;
   background: #373b41;
   background: #373b41;
 }
 }
+.ui.selection.visible.dropdown > .text:not(.default) {
+  color: unset;
+}
 .organization.members .list .item {
 .organization.members .list .item {
   border-bottom: 1px solid #373b41 !important;
   border-bottom: 1px solid #373b41 !important;
 }
 }