From 0e158ffa2b9ec30681f0dc5df64a5bfcdadf7561 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:24:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=86=B2=E7=AA=81=20(#2307)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- frontend/src/styles/element-dark.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/element-dark.scss b/frontend/src/styles/element-dark.scss index d0e6a6c99..66891de2b 100644 --- a/frontend/src/styles/element-dark.scss +++ b/frontend/src/styles/element-dark.scss @@ -180,11 +180,13 @@ html.dark { .router_card_button { .el-radio-button__inner { - background: none; + background: none !important; } .el-radio-button__original-radio:checked + .el-radio-button__inner { color: #ffffff; + background-color: var(--panel-button-active) !important; box-shadow: none !important; + border: none !important; } } // content-box