fleet/frontend/pages/ManageControlsPage/OSUpdates/components/OSVersionTable/_styles.scss

18 lines
257 B
SCSS

.os-version-table {
.hosts-cell__wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.os-hosts-link {
opacity: 0;
transition: 250ms;
}
tr:hover {
.os-hosts-link {
opacity: 1;
}
}
}