Fix typedInput label not visible

This commit is contained in:
Mauricio Bonani
2022-05-04 06:37:52 -04:00
parent 55ecc7a92c
commit 7955a17a17
2 changed files with 11 additions and 4 deletions

View File

@@ -153,6 +153,16 @@ button.red-ui-typedInput-option-trigger
img {
max-width: none;
}
.red-ui-typedInput-icon:not(.fa) {
display: inline-block;
-webkit-mask-size: cover;
mask-size: cover;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: $primary-text-color;
}
}
&:not(.disabled):hover {