mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
editor: allow clicking image to edit
Also, don't select the current block when resizing the image.
This commit is contained in:
@@ -45,18 +45,19 @@
|
||||
border-radius: 4px;
|
||||
opacity: .4;
|
||||
user-select: none;
|
||||
background: var(--ls-primary-background-color);
|
||||
|
||||
&.delete {
|
||||
svg {
|
||||
color: red;
|
||||
color: #FFF;
|
||||
|
||||
opacity: .6;
|
||||
opacity: .5;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: .8;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
||||
Reference in New Issue
Block a user