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 1515 }
1616}
1717
18- button [ type = " submit " ] .searchbar__button {
18+ div .searchbar__button {
1919 background-color : unset ;
2020 width : #{31 / $base-font-size } rem;
2121 height : #{36 / $base-font-size } rem;
@@ -29,15 +29,6 @@ button[type="submit"].searchbar__button {
2929 @include themify () {
3030 border-right-color : getThemifyVariable (' input-border-color' );
3131 }
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- }
4132}
4233
4334.searchbar__icon {
@@ -46,6 +37,7 @@ button[type="submit"].searchbar__button {
4637 width : #{22 / $base-font-size } rem;
4738 height : #{27 / $base-font-size } rem;
4839 transform : scaleX (-1 );
40+ padding-top : #{3 / $base-font-size } rem;
4941 @include themify () {
5042 fill : getThemifyVariable (' input-text-color' );
5143 }
You can’t perform that action at this time.
0 commit comments