Skip to content

Commit

Permalink
lib: drop override for wrongly colored select in dark theme
Browse files Browse the repository at this point in the history
This was fixed in PatternFly in patternfly/patternfly#6397

Related: #20973
  • Loading branch information
jelly committed Sep 5, 2024
1 parent f7fc5b4 commit 1e83be0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/lib/patternfly/patternfly-5-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ select.pf-v5-c-form-control {
}
}

// Workaround the transparent background for HTML select options
// https://github.com/patternfly/patternfly/issues/5695
.pf-v5-c-form-control option {
background-color: var(--pf-v5-c-form-control--BackgroundColor);
color: var(--pf-v5-c-form-control--Color);
}

// Fix the double-spacing issue in the non-deprecated split buttons
// https://github.com/patternfly/patternfly/issues/6632
.pf-m-split-button .pf-v5-c-menu-toggle__controls {
Expand Down

0 comments on commit 1e83be0

Please sign in to comment.