修改BUG:更正文件上传组件鼠标悬停样式
This commit is contained in:
parent
0556f77dce
commit
9514a776f4
|
@ -464,3 +464,7 @@ a, a:hover, a:focus {
|
||||||
.tooltip.has-error .tooltip-arrow {
|
.tooltip.has-error .tooltip-arrow {
|
||||||
border-top-color: #a94442;
|
border-top-color: #a94442;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file-drop-zone.clickable:hover {
|
||||||
|
border: 1px dashed #999;
|
||||||
|
}
|
Loading…
Reference in New Issue