Refactor ribbon under loading overlay
This commit is contained in:
parent
e5f521ba5c
commit
f7d7f27821
2 changed files with 1 additions and 6 deletions
|
@ -468,7 +468,7 @@ a.ui.label {
|
|||
.ui.card .image > .ribbon.label {
|
||||
position: absolute;
|
||||
top: @ribbonImageTopDistance;
|
||||
z-index: @labelRibbonZIndex;
|
||||
z-index: 101;
|
||||
}
|
||||
.ui.card .image > .ui.ribbon.label,
|
||||
.ui.image > .ui.ribbon.label {
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
/*******************************
|
||||
Theme Overrides
|
||||
*******************************/
|
||||
|
||||
/**
|
||||
* @loaderDimmerZIndex: 100
|
||||
*/
|
||||
@labelRibbonZIndex: 101;
|
||||
|
|
Loading…
Reference in a new issue