Skip to content

Commit

Permalink
QUV-2366: Styles to match with Modisto
Browse files Browse the repository at this point in the history
  • Loading branch information
jguede committed Jun 12, 2024
1 parent 3329c2c commit 2afca54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/components/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
@include text-color(body, base);
font-size: map-get($icon-size-map, md);

&:not([class*="gi"]) {
@include icon-font;
}

// Bold - Modifier - Icons

&--bold {
Expand Down
6 changes: 3 additions & 3 deletions src/utils/mixins/components-mixins/_field-mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@
border-color: map-deep-get($field-control-color-map, border, $status, enabled);
background-color: map-deep-get($field-control-color-map, background, $status, enabled);

#{$disabled-selector},
&.disabled {
#{$not-checked-selector} {
#{$not-checked-selector} {
#{$disabled-selector},
&.disabled {
background-color: map-deep-get($field-control-color-map, border, $status, enabled);
border-color: map-deep-get($field-control-color-map, border, $status, enabled);
}
Expand Down

0 comments on commit 2afca54

Please sign in to comment.