Improved media query for meta visualization
Change-Id: I8af6f49c87060d4228c78e47db63ef0b1ed55a13
diff --git a/dev/scss/main/kwic-new.scss b/dev/scss/main/kwic-new.scss
index 20820d2..e0263d9 100644
--- a/dev/scss/main/kwic-new.scss
+++ b/dev/scss/main/kwic-new.scss
@@ -29,11 +29,13 @@
div.meta {
position: relative;
display: table-cell;
+ cursor: initial;
width: 2px;
z-index: 5;
overflow-y: visible;
white-space: nowrap;
- background-color: $middle-grey;
+ background-color: lighten($middle-grey, 5%);
+ // @include light-noise;
border: {
color: $dark-grey;
style: solid;
@@ -43,7 +45,7 @@
border-width: 0 1px 0 0;
}
&.flip {
- background-color: lighten($middle-grey, 10%);
+ background-color: lighten($middle-grey, 17%);
}
color: $nearly-white;
font-size: 75%;