File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 15
15
}
16
16
}
17
17
18
- button [ type = " submit " ] .searchbar__button {
18
+ div .searchbar__button {
19
19
background-color : unset ;
20
20
width : #{31 / $base-font-size } rem;
21
21
height : #{36 / $base-font-size } rem;
@@ -29,15 +29,6 @@ button[type="submit"].searchbar__button {
29
29
@include themify () {
30
30
border-right-color : getThemifyVariable (' input-border-color' );
31
31
}
32
- & :enabled:hover {
33
- background-color : unset ;
34
- @include themify () {
35
- border-right-color : getThemifyVariable (' input-border-color' );
36
- }
37
- & g {
38
- fill : unset ;
39
- }
40
- }
41
32
}
42
33
43
34
.searchbar__icon {
@@ -46,6 +37,7 @@ button[type="submit"].searchbar__button {
46
37
width : #{22 / $base-font-size } rem;
47
38
height : #{27 / $base-font-size } rem;
48
39
transform : scaleX (-1 );
40
+ padding-top : #{3 / $base-font-size } rem;
49
41
@include themify () {
50
42
fill : getThemifyVariable (' input-text-color' );
51
43
}
You can’t perform that action at this time.
0 commit comments