nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.57k stars 1.64k forks source link

Linked Button text is underlined #328

Closed elbenjaz closed 5 years ago

elbenjaz commented 5 years ago

Hi, First of all, congratulations to all for the good work done here. This project made me the day :)

I found this minor issue:

Describe the bug When the mouse passes over a link, it shows text decorations (underline)

To Reproduce <a class="nes-btn" href="#">Button</a> before

Suggestion(s) for fixing this issue I've added this to my css stylesheet to solve the problem:

.nes-btn:hover { text-decoration: none; color: inherit; } after

Thanks

BcRikko commented 5 years ago

:tada: This issue has been resolved in version 2.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: