commit 764738b9f10259d5c1a9313a82ff03797ac55549
parent 0de3b1fc195c6f07d5cce4df312a663fd5823735
Author: Torsten Grothoff <tg@wafflepowered.com>
Date: Sun, 6 Sep 2020 19:08:20 +0200
fixed scss complaining
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talermerchantdemos/static/pure.scss b/talermerchantdemos/static/pure.scss
@@ -821,7 +821,7 @@ this the same font stack that Normalize.css sets for the `body`.
.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],