mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +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,
|
||||
textarea:focus,
|
||||
.button {
|
||||
outline: none;
|
||||
|
||||
-webkit-transition: all 0.1s ease-in-out;
|
||||
-moz-transition: all 0.1s ease-in-out;
|
||||
-ms-transition: all 0.1s ease-in-out;
|
||||
-o-transition: all 0.1s ease-in-out;
|
||||
transition: all 0.1s ease-in-out;
|
||||
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user