Stop using dropped theme colors.

This commit is contained in:
Filip Barl
2018-04-17 16:48:58 +02:00
parent 1455597a48
commit 5ae802fc29

View File

@@ -584,7 +584,6 @@ a {
.metric-fill {
stroke: none;
fill: $color-olivine;
fill-opacity: 0.7;
}
@@ -1621,7 +1620,7 @@ a {
}
.sidebar-gridmode {
background-color: $color-athens-gray-dark;
background-color: $color-athens-gray;
border-color: $background-darker-color;
opacity: 0.9;
}
@@ -2058,7 +2057,7 @@ a {
// because we want consistent behaviour between the
// visual and row locking logic that happens on hover.
tbody tr.selected, tbody tr.focused {
background-color: $color-link-water;
background-color: transparentize($color-accent-blue, 0.85);
border: 1px solid $color-accent-blue;
}
}