Skip to content

Commit

Permalink
Merge pull request #632 from hyoo-ru/fix-drop
Browse files Browse the repository at this point in the history
$mol_drop, fix dropping in chrome on linux
  • Loading branch information
zerkalica authored Sep 15, 2023
2 parents 308331a + 6031e7f commit 5784c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drop/drop.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ $mol_drop $mol_ghost
adopt?transfer *
receive?transfer null
allow /
\link
\copy
\move
\link
2 changes: 1 addition & 1 deletion textarea/textarea.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $mol_textarea $mol_stack
selection? <=> selection? /number
bring => bring
submit? <=> submit? null
submit_with_ctrl true
submit_with_ctrl <= submit_with_ctrl true
<= View $mol_text_code
text <= value
render_visible_only false
Expand Down
1 change: 1 addition & 0 deletions theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
[mol_theme="$mol_theme_accent"] {
background-color: var(--mol_theme_back);
--mol_theme_luma: -2;
--mol_theme_shade: hsl( var(--mol_theme_hue), 50%, 95%, .8 );
--mol_theme_back: hsl( calc( var(--mol_theme_hue) + 180deg ), 90%, 50% );
--mol_theme_hover: hsl( calc( var(--mol_theme_hue) + 180deg ), 80%, 35% );
}
Expand Down

0 comments on commit 5784c92

Please sign in to comment.