add active class to css for buttons, write new spec for button, "use strict"
This commit is contained in:
parent
e8b66a9626
commit
ea50e8aeee
13 changed files with 109 additions and 34 deletions
|
|
@ -573,7 +573,8 @@ footer {
|
|||
.transition(.1s linear all);
|
||||
|
||||
// Active and Disabled states
|
||||
&:active {
|
||||
&.active,
|
||||
:active {
|
||||
@shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
|
||||
.box-shadow(@shadow);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue