Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

[Button] Basic {variant} button should apply :active css the same as non-variant basic button #7008

Open JackSteel97 opened 4 years ago

JackSteel97 commented 4 years ago

Steps

On the page: https://semantic-ui.com/elements/button.html#basic (or test case below) Click the 'Add Friend' basic button that is using the classes ui basic button Click any of the Primary, Secondary, etc. basic buttons below using the classes ui primary basic button

Expected Result

The primary button applys :active css similar to the base basic button and indicates the click clearly with background colour change and box-shadow effect.

Actual Result

All of the coloured basic buttons have no effect applied when clicked.

Version

2.4.2

Testcase

https://jsfiddle.net/smxk1grc/