Improve reset.css to cover all inputs (#16296)
* fix * buttons too * buttons too
This commit is contained in:
parent
99c05982e5
commit
122cae6bfe
2 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue