Skip to content

Commit

Permalink
Correct the used variables and remove unnecesary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vicocamacho committed Jan 19, 2015
1 parent 9159836 commit 388f192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/build_standalone3.less
Expand Up @@ -21,8 +21,6 @@
@component-active-bg: @brand-primary;
@dropdown-link-active-bg: @component-active-bg;
@dropdown-link-hover-bg: @dropdown-link-active-bg;
@dropdown-fallback-border: @dropdown-fallback-border;
@dropdown-bg: @dropdown-bg;

// Drop shadows
.box-shadow(@shadow) {
Expand Down
4 changes: 2 additions & 2 deletions less/datepicker3.less
Expand Up @@ -29,7 +29,7 @@
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid @dropdown-fallback-border;
border-bottom: 7px solid @dropdown-border;
border-top: 0;
border-bottom-color: rgba(0,0,0,.2);
position: absolute;
Expand All @@ -52,7 +52,7 @@
&.datepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid @dropdown-fallback-border;
border-top: 7px solid @dropdown-border;
}
&.datepicker-orient-bottom:after {
bottom: -6px;
Expand Down

0 comments on commit 388f192

Please sign in to comment.