Remove label ribbon
This commit is contained in:
parent
83f218ace8
commit
c9d2582d64
2 changed files with 1 additions and 5 deletions
|
@ -106,10 +106,6 @@ dialog[open] > .ui.modal {
|
|||
/**
|
||||
* Label
|
||||
*/
|
||||
.ui.label {
|
||||
z-index: calc(var(--dimmerZIndex) + 1);
|
||||
}
|
||||
|
||||
p .ui.horizontal.label {
|
||||
margin: 0;
|
||||
cursor: default;
|
||||
|
|
|
@ -335,7 +335,7 @@ class Wish
|
|||
ob_start();
|
||||
?>
|
||||
<?php if ($this->priority && isset(self::$priorities[$this->priority])) { ?>
|
||||
<div class="ui small <?= self::$priorities[$this->priority]['color'] ?> <?= $direction ?> ribbon label">
|
||||
<div class="ui small <?= self::$priorities[$this->priority]['color'] ?> <?= $direction ?> label">
|
||||
<?= self::$priorities[$this->priority]['name'] ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in a new issue