mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
removed list manager window
This commit is contained in:
@@ -366,8 +366,14 @@ body {
|
||||
color: var(--danger);
|
||||
}
|
||||
|
||||
.manage-lists-btn {
|
||||
width: 100%;
|
||||
.list-export-import-row {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.list-export-import-btn {
|
||||
flex: 1;
|
||||
height: 28px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -383,11 +389,11 @@ body {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.manage-lists-btn:hover {
|
||||
.list-export-import-btn:hover {
|
||||
background: var(--section-bg);
|
||||
}
|
||||
|
||||
.manage-lists-btn i {
|
||||
.list-export-import-btn i {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -752,6 +758,14 @@ body {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.word-item-menu-item.danger {
|
||||
color: var(--danger);
|
||||
}
|
||||
|
||||
.word-item-menu-item.danger:hover:not(.disabled) {
|
||||
background: rgba(239, 68, 68, 0.1);
|
||||
}
|
||||
|
||||
.word-item-menu-item i {
|
||||
font-size: 12px;
|
||||
opacity: 0.8;
|
||||
|
||||
Reference in New Issue
Block a user