From b0b0edab16c99ce9cef0bbb4cd10e05a3cb3ffd7 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 6 Dec 2020 20:12:16 +0800 Subject: build: upgrade deps --- src/components/shared/rtf.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/components/shared/rtf.css') diff --git a/src/components/shared/rtf.css b/src/components/shared/rtf.css index 1e97412..da439ee 100644 --- a/src/components/shared/rtf.css +++ b/src/components/shared/rtf.css @@ -11,13 +11,7 @@ padding-left: 0; list-style: none; } -.rtf.open .rtf--mb > * { - /* transform-origin: center center; */ - /* transform: rotate(360deg); */ - transition: ease-in-out transform 0.2s; -} .rtf.open .rtf--mb { - background: rgba(56, 124, 236, 0.92); box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } @@ -114,10 +108,10 @@ } .rtf--mb { - height: 48px; width: 48px; + height: 48px; + background: var(--btn-bg); z-index: 9999; - background: #387cec; display: inline-flex; justify-content: center; align-items: center; -- cgit v1.3.1