Skip to content

Commit 5234015

Browse files
[DDW-1130] Fix MnemonicInput theme at ITN Fullscreen dialog
1 parent 1c126a0 commit 5234015

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/renderer/app/components/widgets/DialogFullSizeOverride.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
.SimpleInput_input:not(.SimpleInput_disabled),
2323
.SimpleInput_input:focus:not(.SimpleInput_disabled),
2424
.SimpleInput_input:hover:not(.SimpleInput_disabled),
25-
.SimpleLink_root {
25+
.SimpleLink_root,
26+
.MnemonicInput_content {
2627
background-color: transparent !important;
2728
}
2829

@@ -94,7 +95,10 @@
9495
.SimpleInput_input,
9596
.SimpleInput_input::placeholder,
9697
.SimpleInput_input:focus,
97-
.SimpleInput_input:hover {
98+
.SimpleInput_input:hover,
99+
.MnemonicInput_headerSlot,
100+
.MnemonicAutocompleteLayout_inputLabel,
101+
.MnemonicAutocompleteLayout_root {
98102
color: var(--theme-dialog-fullsize-text-color);
99103
}
100104

@@ -112,7 +116,8 @@
112116
.SimpleInput_input:not(.SimpleInput_disabled),
113117
.SimpleInput_input:focus:not(.SimpleInput_errored),
114118
.SimpleInput_input:hover:not(.SimpleInput_errored),
115-
.SimpleOptions_option:after {
119+
.SimpleOptions_option:after,
120+
.MnemonicAutocompleteLayout_input {
116121
background-color: transparent !important;
117122
border-color: var(--theme-dialog-fullsize-text-color) !important;
118123
}

0 commit comments

Comments
 (0)