Fix ribbon z-index on loading card

This commit is contained in:
Jay Trees 2022-04-14 11:37:55 +02:00
parent f52fd482ce
commit 9b6f260e6f
5 changed files with 12 additions and 5 deletions

View file

@ -429,7 +429,9 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: 1rem;
z-index: 101;
}
.ui.card.loading .image > .ribbon.label {
z-index: 100;
}
.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {

File diff suppressed because one or more lines are too long

View file

@ -27708,7 +27708,10 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: 1rem;
z-index: 101;
}
.ui.card.loading .image > .ribbon.label {
z-index: 100;
}
.ui.card .image > .ui.ribbon.label,

File diff suppressed because one or more lines are too long

View file

@ -468,7 +468,9 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: @ribbonImageTopDistance;
z-index: 101;
}
.ui.card.loading .image > .ribbon.label {
z-index: 100;
}
.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {