mirror of
https://github.com/pure-css/pure
synced 2025-01-10 17:26:23 +01:00
allows button active state to be represented in IE8
This commit is contained in:
parent
0ab622f378
commit
fff3c998de
@ -32,6 +32,7 @@
|
||||
.pure-button-active,
|
||||
.pure-button:active {
|
||||
box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
|
||||
border-color: #000\9;
|
||||
}
|
||||
|
||||
.pure-button[disabled],
|
||||
|
Loading…
Reference in New Issue
Block a user