Minor adjustments to fix Chrome bug with the hint helper
diff --git a/dev/scss/matchinfo.scss b/dev/scss/matchinfo.scss
index 0bcb50d..937a022 100644
--- a/dev/scss/matchinfo.scss
+++ b/dev/scss/matchinfo.scss
@@ -20,7 +20,7 @@
*/
@mixin matchinfo-head {
border-width: 0px;
- border-top: $border-size solid #ff8000;
+ border-top: $border-size solid $darker-orange; // #ff8000;
width: $left-width / 2;
}
@@ -28,7 +28,7 @@
position: relative;
width: 100%;
padding-top: $border-size;
- background-color: $dark-orange;
+// background-color: $dark-orange;
height: auto;
font-size: 10pt;
text-align: left;