Remove label ribbon

This commit is contained in:
grandeljay 2022-12-06 18:20:55 +01:00
parent 83f218ace8
commit c9d2582d64
2 changed files with 1 additions and 5 deletions

View file

@ -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;

View file

@ -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 } ?>