mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
Merge ee68e7883a0033ad5e4070a333f71fabf57ddfbb into 0caa975ee224074c77540107b1fe076081cdf306
This commit is contained in:
commit
27438b932d
@ -235,6 +235,16 @@ $cursor: #fff;
|
|||||||
box-shadow: 0 0 0px 1000px $bg inset !important;
|
box-shadow: 0 0 0px 1000px $bg inset !important;
|
||||||
-webkit-text-fill-color: $cursor !important;
|
-webkit-text-fill-color: $cursor !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 去除浏览器密码框默认的小眼睛 */
|
||||||
|
&::-webkit-credentials-cramble-button {
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-ms-reveal,
|
||||||
|
&::-ms-clear {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user