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

@ -1856,7 +1856,7 @@ textarea {
} }
/* 'x' appears on right of search input when text is entered. This removes it */ /* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { [type="search"]::-webkit-search-decoration, [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-results-button, [type="search"]::-webkit-search-results-decoration {
display: none; display: none;
} }
@ -1882,7 +1882,8 @@ progress {
.btn, .btn,
.button, .button,
[type="button"], [type="button"],
[type="submit"] button, .btn--primary, [type="submit"],
button, .btn--primary,
.button--primary, .btn--success, .button--primary, .btn--success,
.button--success, .btn--info, .button--success, .btn--info,
.button--info, .btn--warning, .button--info, .btn--warning,
@ -1917,7 +1918,8 @@ progress {
.btn:focus, .btn:focus,
.button:focus, .button:focus,
[type="button"]:focus, [type="button"]:focus,
[type="submit"] button:focus { [type="submit"]:focus,
button:focus {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
} }

File diff suppressed because one or more lines are too long

View File

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

View File

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