Skip to content

Commit

Permalink
Color picker alignment for extended panel - fix elementor#2548
Browse files Browse the repository at this point in the history
  • Loading branch information
arielk committed Oct 23, 2017
1 parent 2af4c6b commit bf05635
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions assets/css/editor-rtl.css

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

2 changes: 1 addition & 1 deletion assets/css/editor-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/editor.css

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

2 changes: 1 addition & 1 deletion assets/css/editor.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/dev/scss/editor/panel/_color-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
position: absolute;
z-index: 1;
top: 0;
left: 0;
@include end(7px);
background-color: #fff;
border: solid #fff;
border-width: 0 17px 0 12px;
border-width: 0 10px 0 5px;
padding-top: 10px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);

Expand Down

0 comments on commit bf05635

Please sign in to comment.