mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-17 20:51:55 +01:00
separator
This commit is contained in:
parent
524879ae6f
commit
6e2d36ba09
@ -10,16 +10,25 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
right: -0.5px;
|
||||||
|
width: 1px;
|
||||||
|
height: 14px;
|
||||||
|
border-right: 1px solid rgb(from var(--main-text-color) r g b / 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
.tab-inner {
|
.tab-inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transition:
|
transition: background 0.15s ease-in;
|
||||||
background,
|
|
||||||
border-color 0.15s ease-in;
|
|
||||||
border-right: 1px solid rgba(255, 255, 255, 0.2);
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user