some styling for the block close button

This commit is contained in:
sawka 2024-06-14 11:15:36 -07:00
parent f0fb70ef9c
commit 9743395eb7

View File

@ -51,6 +51,7 @@
user-select: none;
-webkit-user-select: none;
cursor: default;
border-radius: 0 0 4px 4px;
.block-header-icon {
font-size: 20px;
@ -64,9 +65,13 @@
.close-button {
font-size: 12px;
padding-right: 5px;
padding: 5px 5px 5px 5px;
margin-right: 5px;
border-radius: 4px;
&:hover {
cursor: pointer;
background-color: var(--highlight-bg-color);
}
}
}