mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
remove filter from button hover/focus for AMP compat (#677)
This commit is contained in:
parent
f901a355ec
commit
d1194def44
@ -16,9 +16,6 @@
|
||||
.pure-button-hover,
|
||||
.pure-button:hover,
|
||||
.pure-button:focus {
|
||||
/* csslint ignore:start */
|
||||
filter: alpha(opacity=90);
|
||||
/* csslint ignore:end */
|
||||
background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
|
||||
}
|
||||
.pure-button:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user