Skip to content

Commit

Permalink
CONSOLE-4474: Unbold pf-v6 labels by default
Browse files Browse the repository at this point in the history
fixes https://issues.redhat.com/browse/CONSOLE-4474

before:

![before](https://i.imgur.com/4DHKh0m.png)

after:

![after](https://i.imgur.com/3IAGVGz.png)

adding labels for PF6 bugfix:
/label docs-approved
/label px-approved
/label acknowledge-critical-fixes-only

/assign @rhamilto
  • Loading branch information
logonoff committed Feb 10, 2025
1 parent 4001b9a commit 1b51638
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions frontend/public/style/ancillary/_bootstrap-residual.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
); // matches --pf-v6-c-helper-text__item-text--Color and picks up dark theme variable
}

label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
:where(:not([class*='pf-v6-c-'])) {
@at-root label#{&} {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
}

//
Expand Down

0 comments on commit 1b51638

Please sign in to comment.