Skip to content

Commit

Permalink
fix: correct label borders
Browse files Browse the repository at this point in the history
This is workaround for patternfly issue
patternfly/patternfly#6695
  • Loading branch information
idevat committed Jun 19, 2024
1 parent dd13b59 commit ae0e7f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/app/src/app/view/app/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,6 @@ body,
.ha-c-radio .pf-v5-c-radio__label {
line-height: var(--pf-v5-global--LineHeight--md);
}
:where(.pf-v5-theme-dark) .pf-v5-c-label__content::before {
border-color: currentColor;
}

0 comments on commit ae0e7f6

Please sign in to comment.