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

Merge pull request #329 from lucasjs/fix-input-ios

fix: remove input shadow on ios
This commit is contained in:
ダーシノ - B.C.Rikko
2019-03-31 22:34:06 +09:00
committed by GitHub

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"));