optimize: 深色模式,输入框获取焦点后样式优化。
parent
593611f467
commit
17b4b8d218
|
@ -111,6 +111,10 @@ $dark-input: #777; //输入框:背景色
|
|||
&:focus {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 2px rgb(255 255 255 / 50%);
|
||||
}
|
||||
}
|
||||
|
||||
/* 卡片消息:IP测速 */
|
||||
|
|
Loading…
Reference in New Issue