Skip to content

Commit

Permalink
fix minor bug with wrong border radius on column list toolbar with si…
Browse files Browse the repository at this point in the history
…ngle item
  • Loading branch information
danrot committed Mar 20, 2018
1 parent 974b2ff commit f044bd9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -26,11 +26,11 @@ $dropdownContainerBoxShadow: 2px 6px 12px 0 rgba($silver, .22);
cursor: pointer;

&:first-child {
border-radius: $borderRadius 0 0;
border-top-left-radius: $borderRadius;
}

&:last-child {
border-radius: 0 $borderRadius 0 0;
border-top-right-radius: $borderRadius;
}

&.primary {
Expand Down

0 comments on commit f044bd9

Please sign in to comment.