mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
15 lines
204 B
Plaintext
15 lines
204 B
Plaintext
.iconbutton {
|
|
cursor: pointer;
|
|
opacity: 0.7;
|
|
align-items: center;
|
|
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
&.disabled {
|
|
cursor: default;
|
|
opacity: 0.45 !important;
|
|
}
|
|
}
|