Skip to content

Commit

Permalink
fix(styles): icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Jun 19, 2023
1 parent fc81f48 commit 5d8a7ee
Show file tree
Hide file tree
Showing 7 changed files with 1,069 additions and 1,069 deletions.
2 changes: 1 addition & 1 deletion packages/cx/src/side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ $fd-side-nav-border-radius: 1rem;
@include fd-flex-vertical-center();

right: 0;
content: "\e066" / "";
content: "\e066";
position: absolute;
padding-right: 0.25rem;
font-family: "SAP-icons";
Expand Down
2 changes: 1 addition & 1 deletion packages/fn/src/fn-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $block: #{$fn-namespace}-checkbox;
&::after {
opacity: 0;
display: block;
content: "\e05b" / "";
content: "\e05b";
font-size: 0.75rem;
color: $fn-color-white;
font-family: "SAP-icons";
Expand Down
4 changes: 2 additions & 2 deletions packages/fn/src/fn-switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $fn-switch-slider-focus-offset: 0.25rem;
}

&:checked + .#{$block}__slider::before {
content: "\e05b" / "";
content: "\e05b";
color: $fn-color-blue-7;
transform: translateX($fn-switch-slider-translateX);
-ms-transform: translateX($fn-switch-slider-translateX);
Expand Down Expand Up @@ -201,7 +201,7 @@ $fn-switch-slider-focus-offset: 0.25rem;

height: 1.5rem;
width: 1.875rem;
content: "\e069" / "";
content: "\e069";
font-size: 0.75rem;
position: absolute;
border-radius: 0.75rem;
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/src/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ $block: #{$fd-namespace}-checkbox;
}

&:checked + .#{$block}__label::before {
content: "\e05b" / "";
content: "\e05b";
}

&:indeterminate + .#{$block}__label::after {
Expand Down
Loading

0 comments on commit 5d8a7ee

Please sign in to comment.