Merge remote-tracking branch 'origin/develop' into explore-redesign

This commit is contained in:
Konstantinos Triantafyllou 2023-07-04 11:09:58 +03:00
commit 7ce16ab4b2
2 changed files with 5 additions and 1 deletions

View File

@ -119,7 +119,7 @@
opacity: 1;
}
&:disabled {
&:disabled, &.uk-disabled {
background: transparent;
color: var(--input-color-disabled);
-webkit-text-fill-color: var(--input-color-disabled);

View File

@ -7,6 +7,10 @@
.hook-utility-misc() {
/* Border */
.uk-border-box {
box-sizing: border-box;
}
.uk-border {
border: @border-width solid @border-color;
}