mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
some styling for the block close button
This commit is contained in:
parent
f0fb70ef9c
commit
9743395eb7
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user