1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 17:30:23 +02:00

🙈 ボタンの背景色を白にしたときにスタイルが適用されないバグを修正

This commit is contained in:
BcRikko
2018-11-25 20:22:10 +09:00
parent 993e9aa17d
commit e427793257
5 changed files with 18 additions and 5 deletions

View File

@@ -26,7 +26,6 @@
cursor: pointer;
user-select: none;
// FIXME: Chromeでwhite, #fff, #ffffffを指定したときボタンのbackground-colorが正しく反映されない
@include btn-style($base-color, #fff, #e7e7e7, #adafbc);
&::before,