File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 217217}
218218
219219# cacheInput {
220- transition : border-color 0.2s ease;
220+ transition : background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
221+ }
222+
223+ .dark-mode # cacheInput {
224+ background-color : # 404040 !important ;
225+ border-color : # 505050 !important ;
226+ color : # ffffff !important ;
221227}
222228
223229# cacheInput : focus {
@@ -690,10 +696,15 @@ hr,
690696 text-decoration : underline;
691697}
692698
699+ # platformDropdownBtn {
700+ transition : background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
701+ }
702+
693703.dark-mode # platformDropdownBtn {
694704 background-color : # 404040 !important ;
695705 border-color : # 505050 !important ;
696706 color : # ffffff !important ;
707+ transition : background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
697708}
698709
699710.dark-mode # platformDropdownBtn : focus {
You can’t perform that action at this time.
0 commit comments