mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 06:29:02 +00:00
Avoids this: 
10 lines
218 B
SCSS
10 lines
218 B
SCSS
.wave-button {
|
|
color: black;
|
|
background-color: var(--accent-color);
|
|
flex: 0 0 fit-content;
|
|
line-height: unset !important;
|
|
padding: 0 6px;
|
|
&:disabled {
|
|
opacity: unset !important;
|
|
}
|
|
}
|