From 9d956f6e85e7dd89a72b2ca076e1acaa6d8c0130 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 15 Sep 2024 15:45:32 +0800 Subject: feat(CSS): Make toolbar has general border style --- src/css/index.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/css/index.css b/src/css/index.css index b8c8ba5..c754600 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -66,11 +66,9 @@ body { .editor-toolbar { order: 2; flex: 0 0 0; - border-left: 1px solid #ced4da; - border-right: 1px solid #ced4da; - border-bottom: 1px solid #ced4da; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + + border: var(--content-border); + border-radius: var(--content-border-radius); } .editor-statusbar { -- cgit v1.2.3-70-g09d2