mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 19:19:03 +00:00
Listed variable for interactive_hover-border-radius to match that in theme.css
This commit is contained in:
parent
69050e1ebe
commit
25c0a9797f
@ -66,6 +66,7 @@
|
|||||||
--theme_dark--ui-border: rgba(255, 255, 255, 0.07);
|
--theme_dark--ui-border: rgba(255, 255, 255, 0.07);
|
||||||
--theme_dark--interactive_hover: rgb(71, 76, 80);
|
--theme_dark--interactive_hover: rgb(71, 76, 80);
|
||||||
--theme_dark--interactive_hover-border: transparent;
|
--theme_dark--interactive_hover-border: transparent;
|
||||||
|
--theme_dark--interactive_hover-border-radius: 0px 0px 0px 0px;
|
||||||
--theme_dark--button_close: #e81123;
|
--theme_dark--button_close: #e81123;
|
||||||
--theme_dark--button_close-fill: white;
|
--theme_dark--button_close-fill: white;
|
||||||
|
|
||||||
@ -275,6 +276,7 @@
|
|||||||
--theme_light--ui-border: rgba(55, 53, 47, 0.09);
|
--theme_light--ui-border: rgba(55, 53, 47, 0.09);
|
||||||
--theme_light--interactive_hover: rgb(239, 239, 239);
|
--theme_light--interactive_hover: rgb(239, 239, 239);
|
||||||
--theme_light--interactive_hover-border: transparent;
|
--theme_light--interactive_hover-border: transparent;
|
||||||
|
--theme_dark--interactive_hover-border-radius: 0px 0px 0px 0px;
|
||||||
--theme_light--button_close: #e81123;
|
--theme_light--button_close: #e81123;
|
||||||
--theme_light--button_close-fill: white;
|
--theme_light--button_close-fill: white;
|
||||||
|
|
||||||
@ -475,6 +477,7 @@
|
|||||||
--theme--interactive_hover-border: var(
|
--theme--interactive_hover-border: var(
|
||||||
--theme_dark--interactive_hover-border
|
--theme_dark--interactive_hover-border
|
||||||
);
|
);
|
||||||
|
--theme--interactive_hover-border-radius: var(--theme_dark--interactive_hover-border-radius);
|
||||||
--theme--button_close: var(--theme_dark--button_close);
|
--theme--button_close: var(--theme_dark--button_close);
|
||||||
--theme--button_close-fill: var(--theme_dark--button_close-fill);
|
--theme--button_close-fill: var(--theme_dark--button_close-fill);
|
||||||
--theme--selected: var(--theme_dark--selected);
|
--theme--selected: var(--theme_dark--selected);
|
||||||
@ -665,6 +668,7 @@
|
|||||||
--theme--interactive_hover-border: var(
|
--theme--interactive_hover-border: var(
|
||||||
--theme_light--interactive_hover-border
|
--theme_light--interactive_hover-border
|
||||||
);
|
);
|
||||||
|
--theme--interactive_hover-border-radius: var(--theme_light--interactive_hover-border-radius);
|
||||||
--theme--button_close: var(--theme_light--button_close);
|
--theme--button_close: var(--theme_light--button_close);
|
||||||
--theme--button_close-fill: var(--theme_light--button_close-fill);
|
--theme--button_close-fill: var(--theme_light--button_close-fill);
|
||||||
--theme--selected: var(--theme_light--selected);
|
--theme--selected: var(--theme_light--selected);
|
||||||
|
Loading…
Reference in New Issue
Block a user