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;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
.iconbutton {
|
.wave-iconbutton {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
@ -268,7 +268,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
.iconbutton {
|
.wave-iconbutton {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
margin: -30px 0 0 0;
|
margin: -30px 0 0 0;
|
||||||
|
@ -100,17 +100,17 @@
|
|||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconbutton.edit {
|
.wave-iconbutton.edit {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconbutton.window {
|
.wave-iconbutton.window {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .iconbutton.edit {
|
&:hover .wave-iconbutton.edit {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconbutton {
|
.wave-iconbutton {
|
||||||
width: fit-content !important;
|
width: fit-content !important;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user