mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 17:30:23 +02:00
fix: preserve outline0 for checkboxes and radios only
This commit is contained in:
@@ -37,6 +37,7 @@ button,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Prevent stray pixels on focused inputs such as checkboxes and radios
|
// Prevent stray pixels on focused inputs such as checkboxes and radios
|
||||||
input {
|
input[type="radio"],
|
||||||
|
input[type="checkbox"] {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user