waveterm/frontend/app/element/iconbutton.less

15 lines
204 B
Plaintext

.iconbutton {
cursor: pointer;
opacity: 0.7;
align-items: center;
&:hover {
opacity: 1;
}
&.disabled {
cursor: default;
opacity: 0.45 !important;
}
}