[angular-16-irish-monitor | FIXED]: Manage stakeholders less fix border if color is none.
This commit is contained in:
parent
017b54f57c
commit
b83101fd74
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue