Skip to content

Commit

Permalink
feat: Dropdown slot usage (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin authored Nov 23, 2023
1 parent 39c6d85 commit c340ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/sass/component/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $dropdown-active-color: $color-primary;

.c-dropdown {
position: relative;
cursor: pointer;
}

.c-dropdown__icon {
Expand All @@ -27,7 +28,7 @@ $dropdown-active-color: $color-primary;
z-index: 1;
width: 100%;
background-color: $dropdown-background;
padding: var(--base, 8px) 0;
padding: var(--base, 8px) calc($base * 0.5);
filter: $drop-shadow-4;
}

Expand Down

0 comments on commit c340ea8

Please sign in to comment.