1
0
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:
Abdallah Samman
2018-12-08 09:24:54 +02:00
parent a6488a10c9
commit 243fab1c18

View File

@@ -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;
} }