Skip to content

Commit

Permalink
icon adjustment fix luyadev#1464
Browse files Browse the repository at this point in the history
  • Loading branch information
dev7ch committed Sep 12, 2017
1 parent 8f650f6 commit 682987a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/admin/src/resources/dist/css/admin.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions modules/admin/src/resources/scss/components/_zaaselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
.zaaselect-dropdown-icon {
font-size: 30px;
position: absolute;
right: 8px;
right: 4px;
top: 50%;
transform: translateY(-50%);

.zaaselect.open & {
transform: translateY(-50%) rotate(180deg);
}
.zaaselect.selected & {
right: 40px;
right: 4px;
}
}

Expand All @@ -45,7 +45,7 @@
font-size: 25px;
margin-top: 0;
position: absolute;
right: 8px;
right: 36px;
top: 50%;
transform: translateY(-50%);

Expand Down

0 comments on commit 682987a

Please sign in to comment.