Skip to content

Commit 17b4b8d

Browse files
optimize: 深色模式,输入框获取焦点后样式优化。
1 parent 593611f commit 17b4b8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/gui/src/view/style/theme/dark.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ $dark-input: #777; //输入框:背景色
111111
&:focus {
112112
border-color: #fff;
113113
}
114+
115+
&:focus {
116+
box-shadow: 0 0 0 2px rgb(255 255 255 / 50%);
117+
}
114118
}
115119

116120
/* 卡片消息:IP测速 */

0 commit comments

Comments
 (0)