Production release February 2024 [CONNECT] #34

Merged
konstantina.galouni merged 168 commits from develop into master 2024-02-15 11:04:20 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b83101fd74 - Show all commits

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;