mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-06 19:18:22 +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;
|
||
|
}
|
||
|
}
|