mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48: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;
|
user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
border-radius: 0 0 4px 4px;
|
||||||
|
|
||||||
.block-header-icon {
|
.block-header-icon {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
@ -64,9 +65,13 @@
|
|||||||
|
|
||||||
.close-button {
|
.close-button {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-right: 5px;
|
padding: 5px 5px 5px 5px;
|
||||||
|
margin-right: 5px;
|
||||||
|
border-radius: 4px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background-color: var(--highlight-bg-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user