Skip to content

Commit

Permalink
fix(spreadsheet): use actual icon in spreadsheet formula bar
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jul 13, 2021
1 parent 76262a5 commit c8a4c93
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/default/scss/spreadsheet/_layout.scss
Expand Up @@ -140,15 +140,7 @@
align-items: center;
flex: 1;

&::before {
@extend .k-i-formula-fx;
font-size: $icon-size;
font-family: "WebComponentsIcons";
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;

> .k-i-formula-fx {
padding: 0 $padding-y;
border-width: 0 1px 0 0;
border-style: solid;
Expand Down

0 comments on commit c8a4c93

Please sign in to comment.