Skip to content

Commit

Permalink
feat(elements): apply new design of markdown-editor (#1173)
Browse files Browse the repository at this point in the history
adapt design of markdown-editor according design
  • Loading branch information
BenPag authored Jan 22, 2024
1 parent b0aada3 commit 004cd89
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ ino-markdown-editor {
grid-template-columns: auto auto;
justify-content: space-between;
border-radius: $border-radius;
background-color: theme.$n-1;
background-color: rgba(theme.$n-1, 0.6);
padding: 10px 20px;
margin-bottom: 10px;
}

.toolbar__action-button {
--ino-icon-color-primary: #{theme.$n-9};
border: 0;
margin: 0;
margin: 0 2px;
padding: 1px 2px;
border-radius: $border-radius;
background-color: transparent;
Expand All @@ -72,13 +72,13 @@ ino-markdown-editor {
&:hover,
&--active {
--ino-icon-color-primary: #{theme.$p-6};
background-color: theme.$p-2;
color: theme.$p-6;
background-color: theme.$white;
color: theme.$p-2;
cursor: pointer;
}

&--active {
box-shadow: inset 0 3px 6px rgba(theme.$p-7, 0.16);
box-shadow: 0 2px 6px theme.$n-4;
}

ino-icon {
Expand Down

0 comments on commit 004cd89

Please sign in to comment.