mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-19 14:58:28 +00:00
14 lines
204 B
Text
14 lines
204 B
Text
.iconbutton {
|
|
cursor: pointer;
|
|
opacity: 0.7;
|
|
align-items: center;
|
|
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
&.disabled {
|
|
cursor: default;
|
|
opacity: 0.45 !important;
|
|
}
|
|
}
|