mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-02 18:42:47 +02:00
Fix stray pixels on focused inputs such as checkboxes and radios
This commit is contained in:
@@ -364,6 +364,10 @@ button,
|
|||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
0% {
|
0% {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/nes.min.css
vendored
2
css/nes.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -22,3 +22,8 @@ button,
|
|||||||
[type="submit"] {
|
[type="submit"] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Prevent stray pixels on focused inputs such as checkboxes and radios
|
||||||
|
input {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user