forked from github/dataease
refactor:仪表板编辑入口鼠标悬浮去掉颜色变化
This commit is contained in:
parent
94be9ecb25
commit
ae520246bd
@ -1631,26 +1631,26 @@ export default {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mouseOn >>> .icon-shezhi{
|
/*.mouseOn >>> .icon-shezhi{*/
|
||||||
z-index: 2;
|
/* z-index: 2;*/
|
||||||
display:block!important;
|
/* display:block!important;*/
|
||||||
}
|
/*}*/
|
||||||
.vdr > i{
|
/*.vdr > i{*/
|
||||||
right: 5px;
|
/* right: 5px;*/
|
||||||
color: gray;
|
/* color: gray;*/
|
||||||
position: absolute;
|
/* position: absolute;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.vdr >>> i:hover {
|
/*.vdr >>> i:hover {*/
|
||||||
color: red;
|
/* color: red;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.vdr:hover >>> i {
|
/*.vdr:hover >>> i {*/
|
||||||
z-index: 2;
|
/* z-index: 2;*/
|
||||||
display:block;
|
/* display:block;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.vdr>>>.icon-shezhi {
|
/*.vdr>>>.icon-shezhi {*/
|
||||||
display:none
|
/* display:none*/
|
||||||
}
|
/*}*/
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user