No gradient for active button

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-21 16:04:44 -03:00
parent 3b8fff5bff
commit aade8cd84b
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 0 additions and 5 deletions

View File

@ -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;
}