Skip to content

Commit

Permalink
fix: adjust css according to spec (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Mar 4, 2022
1 parent dcaf06c commit 22097d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
color: var(--colors-grey900);
fill: var(--colors-grey800);
display: flex;
padding: 2px 4px;
padding: 2px var(--spacers-dp8);
margin: 0;
border-radius: 3px;
cursor: pointer;
Expand All @@ -25,9 +25,8 @@

.dimensionItem.selected {
background-color: var(--colors-teal100);
color: var(--colors-teal900);
fill: var(--colors-teal800);
font-weight: 500;
font-weight: 400;
}

.dimensionItem.selected:not(.disabled):hover {
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainSidebar/MainSidebarSection.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
display: flex;
flex-direction: column;
gap: 4px;
padding: var(--spacers-dp8) var(--spacers-dp8) var(--spacers-dp4);
padding: 2px 0;
user-select: none;
}

0 comments on commit 22097d9

Please sign in to comment.