Skip to content

Commit cfdcd9e

Browse files
committed
refactor(Buttons): remove elevation
1 parent 06a8350 commit cfdcd9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scss/_buttons.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@
3939
@include gradient-bg(var(--#{$prefix}btn-bg));
4040
@include box-shadow(var(--#{$prefix}btn-box-shadow));
4141
@include transition($btn-transition);
42-
@include elevation(1, ("[class*='link']", "[class*='outline']", "[class*='ghost']", "[class*='transparent']", "[class*='close']"));
4342

4443
&:hover {
4544
color: var(--#{$prefix}btn-hover-color);
4645
text-decoration: if($link-hover-decoration == underline, none, null);
4746
background-color: var(--#{$prefix}btn-hover-bg);
4847
border-color: var(--#{$prefix}btn-hover-border-color);
49-
@include elevation(2, ("[class*='link']", "[class*='outline']", "[class*='ghost']", "[class*='transparent']", "[class*='close']"));
5048
}
5149

5250
.btn-check + &:hover {

0 commit comments

Comments
 (0)