mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: 支持跨标签共享选中状态
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.clip-item-list {
|
||||
background: @bg-color;
|
||||
user-select: none;
|
||||
.clip-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -16,6 +17,12 @@
|
||||
background-color: @text-bg-color-lighter;
|
||||
transition: all 0.15s;
|
||||
}
|
||||
&.multi-active {
|
||||
border-style: hidden hidden hidden solid;
|
||||
border-width: 1px 0px 0px 6px;
|
||||
border-color: @bg-color @bg-color @bg-color @primary-color;
|
||||
transition: all 0.15s;
|
||||
}
|
||||
&.select {
|
||||
background-color: @text-bg-color-lighter;
|
||||
}
|
||||
|
Reference in New Issue
Block a user