Skip to content

Commit

Permalink
[DDW-1130] Fix MnemonicInput theme at ITN Fullscreen dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-wlodek committed Aug 30, 2022
1 parent 1c126a0 commit 5234015
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
.SimpleInput_input:not(.SimpleInput_disabled),
.SimpleInput_input:focus:not(.SimpleInput_disabled),
.SimpleInput_input:hover:not(.SimpleInput_disabled),
.SimpleLink_root {
.SimpleLink_root,
.MnemonicInput_content {
background-color: transparent !important;
}

Expand Down Expand Up @@ -94,7 +95,10 @@
.SimpleInput_input,
.SimpleInput_input::placeholder,
.SimpleInput_input:focus,
.SimpleInput_input:hover {
.SimpleInput_input:hover,
.MnemonicInput_headerSlot,
.MnemonicAutocompleteLayout_inputLabel,
.MnemonicAutocompleteLayout_root {
color: var(--theme-dialog-fullsize-text-color);
}

Expand All @@ -112,7 +116,8 @@
.SimpleInput_input:not(.SimpleInput_disabled),
.SimpleInput_input:focus:not(.SimpleInput_errored),
.SimpleInput_input:hover:not(.SimpleInput_errored),
.SimpleOptions_option:after {
.SimpleOptions_option:after,
.MnemonicAutocompleteLayout_input {
background-color: transparent !important;
border-color: var(--theme-dialog-fullsize-text-color) !important;
}
Expand Down

0 comments on commit 5234015

Please sign in to comment.