Skip to content

Commit

Permalink
Fix arrow for dropup right.
Browse files Browse the repository at this point in the history
Before, it was positioned to the left.
Now, it works as it was originally intended.
  • Loading branch information
srph committed Nov 12, 2015
1 parent c2bd4e5 commit de4587f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions styles/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
background-color: $brand-white;
border: 1px solid $brand-gray;
border-radius: $border-radius-base;
// @todo
// Set to a variable
box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

Expand Down Expand Up @@ -103,8 +105,6 @@

&.-up > .menu::before,
&.-up > .menu::after {
left: $dropdown-arrow-size;
right: initial;
top: initial;
bottom: -($dropdown-arrow-size * 2);
border-bottom-color: transparent;
Expand Down

0 comments on commit de4587f

Please sign in to comment.