Fix iconbutton styling (#1538)

This commit is contained in:
Evan Simkowitz 2024-12-16 18:31:01 -08:00 committed by GitHub
parent 71961b373f
commit 1ba370e4dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -42,7 +42,7 @@
opacity: 1;
}
.iconbutton {
.wave-iconbutton {
width: fit-content !important;
margin-right: 5px;
}