submit fix

This commit is contained in:
Raphael Goetter 2017-07-31 20:37:21 +02:00
parent cb906dc5da
commit 8dbd40dccf
4 changed files with 8 additions and 6 deletions

View file

@ -30,7 +30,7 @@
.btn,
.button,
[type="button"],
[type="submit"]
[type="submit"],
button {
@extend %btn;

View file

@ -82,7 +82,7 @@ textarea {
}
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"] {
[type="search"] {
&::-webkit-search-decoration,
&::-webkit-search-cancel-button,
&::-webkit-search-results-button,