Improve reset.css to cover all inputs (#16296)

* fix

* buttons too

* buttons too
This commit is contained in:
ludwiczakpawel 2022-01-26 14:34:08 +01:00 committed by GitHub
parent 99c05982e5
commit 122cae6bfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -84,11 +84,9 @@ textarea {
}
// Drop default outline (Crayons provides custom)
input[type='text'],
textarea,
input[type='url'],
input[type='email'],
input[type='password'] {
input:not([type='hidden']),
button {
outline: 0;
}

View file

@ -409,7 +409,6 @@ label[class*='crayons-btn']:focus-within // label for input[type="file"] made to
cursor: pointer;
border: none;
overflow-wrap: normal;
outline: 0;
background-color: var(--bg);
color: var(--color);