Преглед на файлове

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