mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 17:30:23 +02:00
🙈 ボタンの背景色を白にしたときにスタイルが適用されないバグを修正
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user