Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 958948c

Browse files
committed
fix(plugins/plugin-client-common): another fix for low-contrast theme selector
1 parent 7764c92 commit 958948c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/web/scss/components/StatusStripe/StatusStripe.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ $z-index: var(--pf-global--ZIndex--xs);
213213
background-color: transparent;
214214
}
215215
@include DropdownToggle {
216-
color: inherit;
216+
color: inherit !important;
217217
font-size: inherit;
218218
}
219219
@include DropdownItem {

0 commit comments

Comments
 (0)