mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 12:35:47 +01:00
Use anchor tags for Buttons in :downloads rather than spans as the former are automatically hintable.
This commit is contained in:
@@ -492,7 +492,7 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
HintActive;;* background-color: #88FF00 !important; color: black !important;
|
HintActive;;* background-color: #88FF00 !important; color: black !important;
|
||||||
HintImage;;* opacity: .5 !important;
|
HintImage;;* opacity: .5 !important;
|
||||||
|
|
||||||
Button display: inline-block; font-weight: bold; cursor: pointer; color: black;
|
Button display: inline-block; font-weight: bold; cursor: pointer; color: black; text-decoration: none;
|
||||||
Button:hover text-decoration: underline;
|
Button:hover text-decoration: underline;
|
||||||
Button[collapsed] visibility: collapse; width: 0;
|
Button[collapsed] visibility: collapse; width: 0;
|
||||||
Button::before content: "["; color: gray; text-decoration: none !important;
|
Button::before content: "["; color: gray; text-decoration: none !important;
|
||||||
|
|||||||
@@ -37,12 +37,12 @@ var Download = Class("Download", {
|
|||||||
</span>
|
</span>
|
||||||
<span highlight="DownloadState" key="state"/>
|
<span highlight="DownloadState" key="state"/>
|
||||||
<span highlight="DownloadButtons">
|
<span highlight="DownloadButtons">
|
||||||
<span highlight="Button" key="pause">Pause</span>
|
<a highlight="Button" key="pause">Pause</a>
|
||||||
<span highlight="Button" key="remove">Remove</span>
|
<a highlight="Button" key="remove">Remove</a>
|
||||||
<span highlight="Button" key="resume">Resume</span>
|
<a highlight="Button" key="resume">Resume</a>
|
||||||
<span highlight="Button" key="retry">Retry</span>
|
<a highlight="Button" key="retry">Retry</a>
|
||||||
<span highlight="Button" key="cancel">Cancel</span>
|
<a highlight="Button" key="cancel">Cancel</a>
|
||||||
<span highlight="Button" key="delete">Delete</span>
|
<a highlight="Button" key="delete">Delete</a>
|
||||||
</span>
|
</span>
|
||||||
<span highlight="DownloadProgress" key="progress">
|
<span highlight="DownloadProgress" key="progress">
|
||||||
<span highlight="DownloadProgressHave" key="progressHave"
|
<span highlight="DownloadProgressHave" key="progressHave"
|
||||||
|
|||||||
Reference in New Issue
Block a user