mirror of
https://github.com/pure-css/pure
synced 2024-11-26 08:27:21 +01:00
Fix bug in pure-button active state's border colour. (#729)
This commit is contained in:
parent
d3dc207c4f
commit
7dc1371e01
@ -24,7 +24,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;
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.pure-button[disabled],
|
||||
|
Loading…
Reference in New Issue
Block a user