1
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:
krisaoe 2019-05-22 00:44:09 +10:00 committed by Seth Bertalotto
parent d3dc207c4f
commit 7dc1371e01

View File

@ -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],