From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 30 4月 2025 16:24:16 +0800 Subject: [PATCH] 222 --- PipeLineLems/web/src/components/IconButton/IconButton.module.scss | 39 ++++++++++++++++++++++++++++++++++----- 1 files changed, 34 insertions(+), 5 deletions(-) diff --git a/PipeLineLems/web/src/components/IconButton/IconButton.module.scss b/PipeLineLems/web/src/components/IconButton/IconButton.module.scss index 185ce54..05c5f2e 100644 --- a/PipeLineLems/web/src/components/IconButton/IconButton.module.scss +++ b/PipeLineLems/web/src/components/IconButton/IconButton.module.scss @@ -3,10 +3,10 @@ border-radius: 6px 6px 6px 6px; padding: 5px; padding: 5px 10px; - color: #464E54!important; + color: #464e54 !important; margin-left: 0 !important; - >span { + > span { font-size: 14px; font-family: PingFang SC, PingFang SC; font-weight: 400; @@ -15,17 +15,46 @@ :global(.cs-button) { color: #464e54; } - } .btn:hover { - background-color: #ECECEC!important; + background-color: transparent !important; + opacity: 1 !important; } .btn:active { - background-color: #dbdbdb!important; + background-color: transparent !important; } .img { width: 16px; margin-right: 4px; } +.status { + &:hover { + .img { + filter: invert(49%) sepia(100%) saturate(6281%) hue-rotate(222deg) + brightness(99%) contrast(99%); + opacity: 1; + } + > span { + color: #265cfb !important; + } + } + color: #464e54; +} +.add { + .iconFont { + font-size: 19px; + color: #5a84ff; + } + &:hover { + .iconFont { + font-size: 19px; + color: #265cfb; + } + > span { + color: #265cfb !important; + } + } + color: #464e54; +} -- Gitblit v1.9.3