1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-25 07:01:11 +02:00

fix(buttons.scss): fix focus color of buttons

fix #74
This commit is contained in:
BcRikko
2019-07-07 14:30:09 +09:00
parent 883befca3e
commit 99b7296b44
2 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ const sampleCollection = [
{
title: 'buttons',
showCode: false,
code: `<a class="nes-btn">Normal</a>
code: `<a class="nes-btn" href="#">Normal</a>
<button type="button" class="nes-btn is-primary">Primary</button>
<button type="button" class="nes-btn is-success">Success</button>