No gradient for active button
This commit is contained in:
parent
3b8fff5bff
commit
aade8cd84b
1 changed files with 0 additions and 5 deletions
|
|
@ -734,11 +734,6 @@ button.disabled, button[disabled], .button.disabled, .button[disabled] {
|
|||
transition: none !important;
|
||||
}
|
||||
|
||||
.button:active, button:active {
|
||||
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 100%,rgba(0,0,0,0) 0%);
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 100%,rgba(0,0,0,0) 0%);
|
||||
}
|
||||
|
||||
.button:focus, button:focus {
|
||||
outline:0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue