|
|
@ -3,7 +3,8 @@ |
|
|
|
.bi-multi-select-check-selected-button { |
|
|
|
.bi-multi-select-check-selected-button { |
|
|
|
z-index: 1; |
|
|
|
z-index: 1; |
|
|
|
min-width: 16px; |
|
|
|
min-width: 16px; |
|
|
|
.border-radius(8px); |
|
|
|
.border-radius(50%); |
|
|
|
|
|
|
|
|
|
|
|
&:active { |
|
|
|
&:active { |
|
|
|
color: @color-bi-text-highlight; |
|
|
|
color: @color-bi-text-highlight; |
|
|
|
background-color: @color-bi-background-multi-select-trigger-check-selected; |
|
|
|
background-color: @color-bi-background-multi-select-trigger-check-selected; |
|
|
|