diff --git a/edit.html b/edit.html
index e12f34ae..a41664fe 100644
--- a/edit.html
+++ b/edit.html
@@ -86,6 +86,7 @@
}
#url {
margin-left: 0.25rem;
+ color: inherit;
}
#url:not([href^="http"]) {
display: none;
@@ -93,7 +94,10 @@
.svg-icon {
cursor: pointer;
vertical-align: middle;
- transition: fill .5s;
+ transition: opacity .5s;
+ width: 16px;
+ height: 16px;
+ fill: currentColor;
}
.svg-icon:not(.applies-to-help):not(.dismiss) {
margin-left: 0.2rem;
@@ -101,12 +105,14 @@
h2 .svg-icon, label .svg-icon {
margin-top: -2px;
}
- .svg-icon.info:hover {
- fill: #000000;
+ .svg-icon:hover,
+ .svg-icon.info {
+ opacity: .6;
+ }
+ .svg-icon,
+ .svg-icon.info:hover {
+ opacity: 1;
}
- a:hover .svg-icon.installed, .svg-icon.dismiss:hover {
- fill: hsl(0, 0%, 40%);
- }
#enabled {
margin-left: 0;
vertical-align: middle;
@@ -275,10 +281,10 @@
max-height: calc(100vh - 8rem);
overflow-y: auto;
}
- #help-popup .close-icon {
+ #help-popup .dismiss {
position: absolute;
right: 4px;
- top: 4px;
+ top: .5em;
}
.keymap-list {
@@ -514,7 +520,7 @@