-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dropdown problem rendering issue on light theme (#110)
- Loading branch information
1 parent
e35b0d9
commit 5891123
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelog.d/20241203_174019_dawoud.sheraz_fix_dropdown_rendering.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [Bugfix] Fix dropdown select rendering issue on light theme (by @dawoudsheraz) | ||
- ".wrapper-problem-response" did not need any dark theme variables outside dark-theme class for dropdown problems. This was causing the dropdown to use dark theme variables regardless of the theme that user selected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,9 +266,3 @@ | |
} | ||
} | ||
} | ||
.wrapper-problem-response { | ||
select { | ||
background: transparent; | ||
color: $text-color-d; | ||
} | ||
} |