mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Fix iconbutton styling (#1538)
This commit is contained in:
parent
71961b373f
commit
1ba370e4dd
@ -236,7 +236,7 @@
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
||||
.iconbutton {
|
||||
.wave-iconbutton {
|
||||
display: flex;
|
||||
width: 24px;
|
||||
padding: 4px 6px;
|
||||
@ -268,7 +268,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.iconbutton {
|
||||
.wave-iconbutton {
|
||||
opacity: 0.7;
|
||||
font-size: 45px;
|
||||
margin: -30px 0 0 0;
|
||||
|
@ -100,17 +100,17 @@
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.iconbutton.edit {
|
||||
.wave-iconbutton.edit {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.iconbutton.window {
|
||||
.wave-iconbutton.window {
|
||||
cursor: default;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .iconbutton.edit {
|
||||
&:hover .wave-iconbutton.edit {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.iconbutton {
|
||||
.wave-iconbutton {
|
||||
width: fit-content !important;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user