mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 09:20:02 +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
|
||||
input {
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
outline: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user