Show cut info at the end of token views
Change-Id: I316fd6a5c6fe30b93b43cb4de997804f4a2e9501
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index e4540e9..b7ce463 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -52,7 +52,7 @@
// Use matchinfo cells for query creation
td,
tbody th,
- thead th:not(:nth-child(1)):not(:nth-child(2)) {
+ thead th:not(:nth-child(1)):not(:nth-child(2)):not(.cutted) {
cursor: pointer;
}
td:empty {
@@ -81,6 +81,19 @@
&.mark {
background-color: $darkest-orange; // #f6a800;
}
+
+ &.cutted {
+ background-color: $light-orange;
+ &::after {
+ content: $fa-cut;
+ font-family: FontAwesome;
+ padding: {
+ left: 4pt;
+ right: 4pt;
+ }
+ color: $light-green;
+ }
+ }
}
}