2022-03-17 11:12:24 +08:00
|
|
|
.cluster-name-td {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.cluster-name-td .icon.pin {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 1em;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -0.7em;
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
}
|
|
|
|
|
.cluster-name-td .icon.visible {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
.cluster-name-td .icon.opacity {
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
}
|
2022-11-21 19:54:54 +08:00
|
|
|
.cluster-name-td .icon.setting {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 3em;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -0.7em;
|
|
|
|
|
}
|
2022-03-17 11:12:24 +08:00
|
|
|
.cluster-name-td:hover .icon.pin {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
2022-11-21 19:54:54 +08:00
|
|
|
.cluster-name-td:hover .icon.setting {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
2022-03-17 11:12:24 +08:00
|
|
|
/*# sourceMappingURL=index.css.map */
|