v1.4.1
@@ -134,6 +134,7 @@
}
.offenders .offenderButton.opens:hover > div {
display: block;
+ background: #ffe0cc;
.offendersHtml {
display: inline-block;
@@ -183,7 +184,6 @@
.colorPalette > div:hover:after {
content: " ";
position: absolute;
- background-color: inherit;
left: -0.2em;
top: -0.2em;
width: 100%;
@@ -247,4 +247,8 @@ a.linkButton {
.version {
font-size: 0.7em;
+}
+
+[class^="icon-"]:before, [class*=" icon-"]:before {
+ vertical-align: baseline;
@@ -149,6 +149,7 @@
> div {
@@ -208,7 +209,6 @@
&:hover:after {
@@ -1,6 +1,6 @@
{
"name": "yellowlabtools",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "Online tool to audit a webpage for performance and front-end quality issues",
"repository": {
"type": "git",