mirror of
https://github.com/10h30/trestle.git
synced 2026-07-17 05:33:31 +09:00
Update input outline styles for mobile.
This commit is contained in:
@@ -170,11 +170,14 @@ input[type="reset"]:focus,
|
|||||||
input[type="submit"]:focus,
|
input[type="submit"]:focus,
|
||||||
textarea:focus,
|
textarea:focus,
|
||||||
.button {
|
.button {
|
||||||
|
outline: none;
|
||||||
|
|
||||||
-webkit-transition: all 0.1s ease-in-out;
|
-webkit-transition: all 0.1s ease-in-out;
|
||||||
-moz-transition: all 0.1s ease-in-out;
|
-moz-transition: all 0.1s ease-in-out;
|
||||||
-ms-transition: all 0.1s ease-in-out;
|
-ms-transition: all 0.1s ease-in-out;
|
||||||
-o-transition: all 0.1s ease-in-out;
|
-o-transition: all 0.1s ease-in-out;
|
||||||
transition: all 0.1s ease-in-out;
|
transition: all 0.1s ease-in-out;
|
||||||
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user