From 5fb99fce53e73c1f4d347a71ecfaea45e2c43c23 Mon Sep 17 00:00:00 2001 From: PFiS <69380732+PFiS1737@users.noreply.github.com> Date: Sun, 14 Feb 2021 22:13:46 +0800 Subject: [PATCH] Update waifu_left.css --- waifu_left.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/waifu_left.css b/waifu_left.css index 04b52ec..db66a1b 100644 --- a/waifu_left.css +++ b/waifu_left.css @@ -105,24 +105,6 @@ transition: color .3s; } -#waifu-tool .fa-chevron-right { - color: #5b6c7d; - cursor: pointer; - display: block; - margin: 7px 0px; - text-align: center; - transition: color .3s; -} - -#waifu-tool .fa-chevron-left { - color: #5b6c7d; - cursor: pointer; - display: block; - margin-top: 23px; - text-align: center; - transition: color .3s; -} - /* 工具栏触碰后的颜色 */ #waifu-tool span:hover { color: #0684bd;