mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 20:15:45 +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;
|
||||
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[collapsed] visibility: collapse; width: 0;
|
||||
Button::before content: "["; color: gray; text-decoration: none !important;
|
||||
|
||||
Reference in New Issue
Block a user