1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-16 03:14:00 +02:00

fix: remove input shadow on ios

This commit is contained in:
lucasjs
2019-03-30 21:01:19 -03:00
parent b7b978b8c3
commit cb93b879ea

View File

@@ -11,6 +11,7 @@
width: 100%;
padding: 0.5rem 1rem;
margin: 4px;
background-clip: padding-box;
&.is-dark {
@include border-style(map-get($default-colors, "normal"), map-get($default-colors, "hover"));