From b25fd395639ef6cc940c66fc15c6e22d641707fc Mon Sep 17 00:00:00 2001
From: bbaer <bbaer@math.uzh.ch>
Date: Thu, 30 Jan 2020 09:11:28 +0100
Subject: [PATCH] fixed problem with border showing when qfq-color-white is set

---
 less/qfq-bs.css.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/less/qfq-bs.css.less b/less/qfq-bs.css.less
index c1f0527bd..f8b6dd480 100644
--- a/less/qfq-bs.css.less
+++ b/less/qfq-bs.css.less
@@ -521,6 +521,7 @@ select.qfq-locked:invalid {
 
 .qfq-color-white {
   background-color: #ffffff;
+  border-color: #fff;
 }
 
 .qfq-color-grey-1 {
-- 
GitLab