Two-states buttons are now using opacity instead of two icons.
This commit is contained in:
parent
8b0cc42075
commit
de93b8059a
3 changed files with 28 additions and 28 deletions
|
@ -23,7 +23,7 @@
|
|||
<header class="bar">
|
||||
<a class="button icon settings" href="#settings">⚙</a>
|
||||
<a class="button icon reload" href="#reload">🔄</a>
|
||||
<a class="button icon all-read" href="#all-read" id="all-read">❌</a>
|
||||
<a class="button icon all-read inactive" href="#all-read" id="all-read">✓</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</header>
|
||||
<article>
|
||||
|
@ -87,9 +87,9 @@
|
|||
<section id="full">
|
||||
<header class="bar">
|
||||
<a class="button icon list" href="#list"></a>
|
||||
<a id="setpublished" class="button icon" href="#published">☁</a>
|
||||
<a id="setstarred" class="button icon" href="#starred">☆</a>
|
||||
<a id="setunread" class="button icon" href="#unread">✓</a>
|
||||
<a id="setpublished" class="button icon inactive invisible" href="#published"></a>
|
||||
<a id="setstarred" class="button icon inactive" href="#starred">★</a>
|
||||
<a id="setunread" class="button icon inactive" href="#unread">✓</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</header>
|
||||
<article>
|
||||
|
|
Reference in a new issue