Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
easylogic committed Aug 26, 2018
1 parent 723cec1 commit 745fec7
Show file tree
Hide file tree
Showing 24 changed files with 2,445 additions and 1,893 deletions.
21 changes: 15 additions & 6 deletions addon/codemirror-colorpicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@
position: absolute;
cursor: pointer;
top: 50% !important;
margin-top: -7px !important;
left: -3px;
left: 0px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 12px;
height: 12px;
border-radius: 50px; }
Expand Down Expand Up @@ -550,13 +551,21 @@
border-radius: 0px; }
.codemirror-colorpicker.sketch > .control .drag-bar, .codemirror-colorpicker.sketch > .control .drag-bar2 {
border-radius: 0px;
top: 0px !important;
left: -2px;
margin-top: 1px !important;
top: 50%;
left: 0px;
width: 2px;
height: auto;
height: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
border-radius: 1px;
bottom: 1px !important; }
.codemirror-colorpicker.sketch > .control .drag-bar.first, .codemirror-colorpicker.sketch > .control .drag-bar2.first {
left: 0px;
-webkit-transform: translateX(50%) translateY(-50%) !important;
transform: translateX(50%) translateY(-50%) !important; }
.codemirror-colorpicker.sketch > .control .drag-bar.last, .codemirror-colorpicker.sketch > .control .drag-bar2.last {
-webkit-transform: translateX(-150%) translateY(-50%) !important;
transform: translateX(-150%) translateY(-50%) !important; }
.codemirror-colorpicker.sketch > .information .information-change {
display: none; }
.codemirror-colorpicker.sketch > .information.rgb .information-item.rgb {
Expand Down
Loading

0 comments on commit 745fec7

Please sign in to comment.