Show rewrite on overview
Change-Id: I93d0a31445430ea394c058b2d7685d86f056edd4
diff --git a/dev/scss/header/vc.scss b/dev/scss/header/vc.scss
index 9c48fbd..c773d53 100644
--- a/dev/scss/header/vc.scss
+++ b/dev/scss/header/vc.scss
@@ -8,6 +8,7 @@
/**
* Virtual Collection Builder
*/
+
.vc {
margin-top: 4pt;
@@ -139,16 +140,16 @@
display: inline-block;
color: $dark-orange;
&::after {
- font: {
- family: FontAwesome;
- style: normal;
- weight: normal;
- }
- content: $fa-rewrite;
- text-decoration: underline;
+ font: {
+ family: FontAwesome;
+ style: normal;
+ weight: normal;
+ }
+ content: $fa-rewrite;
+ text-decoration: underline;
}
span {
- display: none;
+ display: none;
}
}
}
@@ -308,17 +309,18 @@
border-radius: $standard-border-radius;
}
-/*
-#vc-choose {
+
+#vc-choose > span.rewritten {
&::after {
- content: $fa-down;
- padding: {
- left: 2pt;
- right: 4pt;
- }
- }
- &.active::after {
- content: $fa-up;
+ color: $dark-orange;
+ padding: 0;
+ padding-left: 4px;
+ font: {
+ family: FontAwesome;
+ style: normal;
+ weight: normal;
+ }
+ content: $fa-rewrite;
+ text-decoration: underline;
}
}
-*/
\ No newline at end of file