optimize: 深色模式,输入框获取焦点后样式优化。

release-2.0.0.2
王良 2025-02-28 13:54:03 +08:00
parent 593611f467
commit 17b4b8d218
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@ $dark-input: #777; //输入框:背景色
&:focus {
border-color: #fff;
}
&:focus {
box-shadow: 0 0 0 2px rgb(255 255 255 / 50%);
}
}
/* 卡片消息IP测速 */