Fix ribbon z-index on loading card
This commit is contained in:
parent
17302d1bd8
commit
fac3ab3feb
5 changed files with 5 additions and 5 deletions
2
semantic/dist/components/label.css
vendored
2
semantic/dist/components/label.css
vendored
|
@ -429,7 +429,7 @@ a.ui.label {
|
|||
.ui.card .image > .ribbon.label {
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
z-index: 1;
|
||||
z-index: 101;
|
||||
}
|
||||
.ui.card .image > .ui.ribbon.label,
|
||||
.ui.image > .ui.ribbon.label {
|
||||
|
|
2
semantic/dist/components/label.min.css
vendored
2
semantic/dist/components/label.min.css
vendored
File diff suppressed because one or more lines are too long
2
semantic/dist/semantic.css
vendored
2
semantic/dist/semantic.css
vendored
|
@ -27708,7 +27708,7 @@ a.ui.label {
|
|||
.ui.card .image > .ribbon.label {
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
z-index: 1;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
.ui.card .image > .ui.ribbon.label,
|
||||
|
|
2
semantic/dist/semantic.min.css
vendored
2
semantic/dist/semantic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -468,7 +468,7 @@ a.ui.label {
|
|||
.ui.card .image > .ribbon.label {
|
||||
position: absolute;
|
||||
top: @ribbonImageTopDistance;
|
||||
z-index: 1;
|
||||
z-index: 101;
|
||||
}
|
||||
.ui.card .image > .ui.ribbon.label,
|
||||
.ui.image > .ui.ribbon.label {
|
||||
|
|
Loading…
Reference in a new issue