Skip to content

Commit

Permalink
Merge pull request #72 from ondras/master
Browse files Browse the repository at this point in the history
Sync with upstream
  • Loading branch information
ondras authored Oct 30, 2021
2 parents 32c963f + 76c8fa9 commit dbe698e
Show file tree
Hide file tree
Showing 8 changed files with 274 additions and 141 deletions.
2 changes: 1 addition & 1 deletion css/pane.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

&[hidden] #toggle::after { content: ""; }

#color {
.color-picker {
display: flex;
flex-direction: row;

Expand Down
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,22 @@ <h3>My Mind</h3>
</select></label>
</p>
<p>
<label><span>Color</span></label>
<span id="color">
<span>Item color</span>
<span id="color" class="color-picker">
<a data-color="" title="Inherit" href="#"></a>
<a data-color="#000" title="Black" href="#"></a>
<a data-color="#e33" title="Red" href="#"></a>
<a data-color="#3e3" title="Green" href="#"></a>
<a data-color="#33e" title="Blue" href="#"></a>
<a data-color="#dd3" title="Yellow" href="#"></a>
<a data-color="#3dd" title="Cyan" href="#"></a>
<a data-color="#d3d" title="Magenta" href="#"></a>
<a data-color="#fa3" title="Orange" href="#"></a>
</span>
</p>
<p>
<span>Text color</span>
<span id="text-color" class="color-picker">
<a data-color="" title="Inherit" href="#"></a>
<a data-color="#000" title="Black" href="#"></a>
<a data-color="#e33" title="Red" href="#"></a>
Expand All @@ -78,7 +92,6 @@ <h3>My Mind</h3>
<a data-color="#fa3" title="Orange" href="#"></a>
</span>
</p>

<p>
<label><span>Icons</span>
<select id="icons">
Expand Down
8 changes: 4 additions & 4 deletions my-mind.css

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

Loading

0 comments on commit dbe698e

Please sign in to comment.