[angular-16-irish-monitor | FIXED]: Manage stakeholders less fix border if color is none.

This commit is contained in:
Konstantinos Triantafyllou 2024-01-24 10:36:40 +02:00
parent 017b54f57c
commit b83101fd74
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
@import (optional) "~src/assets/extend-theme/less/color.less";
.setType(@color) {
border-bottom: 4px solid fade(@color, 30%);
border-bottom: 4px solid if(@color = none, none, fade(@color, 30%));
& .type {
color: @color;