ImageTable: fix blueprint list cards
The blueprint cards were missing their borders, making it unclear when the item was selected or not.
This commit is contained in:
parent
4932ba6909
commit
1ba0f33240
1 changed files with 8 additions and 0 deletions
|
|
@ -68,3 +68,11 @@
|
|||
.pf-v6-c-page__main > section.pf-v6-c-page__main-section:not(.pf-m-padding) {
|
||||
padding-inline: 0;
|
||||
}
|
||||
|
||||
.pf-v6-c-card {
|
||||
&.pf-m-clickable::before,
|
||||
&.pf-m-selectable::before {
|
||||
border: var(--pf-v6-c-card--BorderColor) var(--pf-v6-c-card--BorderStyle)
|
||||
var(--pf-v6-c-card--BorderWidth) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue