From d43a9cc5eab61bfb5aadcb84279c9d3690ce475b Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 28 Nov 2022 16:32:27 +0900 Subject: [PATCH] ngBootstrap UX fix --- frontend/src/styles.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index dd9de6aae..d3d16d12e 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -1072,4 +1072,8 @@ th { #divider { background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='104%25' height='100%25' fill='none' stroke='white' stroke-width='4' stroke-dasharray='10%2c17' stroke-dashoffset='18' stroke-linecap='square'/%3e%3c/svg%3e"); -} \ No newline at end of file +} + +.visually-hidden { + display: none; +}