mirror of
https://github.com/krios2146/obsidian-theme-github.git
synced 2026-07-22 03:20:23 +00:00
fix: add border & box-shadow for hover editor plugin popup window
closes: #22
This commit is contained in:
parent
1947a5a203
commit
8ed270edab
1 changed files with 7 additions and 0 deletions
|
|
@ -1170,6 +1170,13 @@ body.kanban-full .kanban-plugin__new-item-button:hover {
|
|||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* HOVER EDITOR PLUGIN */
|
||||
/* Add borders */
|
||||
.popover.hover-editor > .popover-content {
|
||||
border: var(--border-width) var(--color-base-30) solid;
|
||||
box-shadow: 0 0 10px 3px var(--background-modifier-box-shadow);
|
||||
}
|
||||
|
||||
/* FIXIES */
|
||||
body.kanban-full .kanban-plugin__item-prefix-button-wrapper input[type=checkbox] {
|
||||
filter: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue