summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-06-12 11:58:49 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-06-12 11:58:49 +0100
commit8a435e123b3980a80a41685f5f74443e684ac589 (patch)
tree5b47642269754f51d48ecf210271a6c2420e8670
parent0b080f8c8a81c6883582c417be199abc56086208 (diff)
downloadgitlab-ce-8a435e123b3980a80a41685f5f74443e684ac589.tar.gz
Removes CSS
-rw-r--r--app/assets/stylesheets/page_bundles/xterm.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/assets/stylesheets/page_bundles/xterm.scss b/app/assets/stylesheets/page_bundles/xterm.scss
index 96df5789eba..de3f2a1177d 100644
--- a/app/assets/stylesheets/page_bundles/xterm.scss
+++ b/app/assets/stylesheets/page_bundles/xterm.scss
@@ -1452,23 +1452,4 @@
.xterm-fg-255 {
color: $xterm-fg-255;
}
-
- .section-start + p {
- cursor: pointer;
- }
-
- .section-start {
- width: 1rem;
- };
-
- .section.line {
- padding-left: 0.5rem;
- margin-left: 0.5rem;
- }
-
- .section.not-used:not(.section-header):not(.open) {
- display: none;
- height: 0;
- min-height: 0;
- }
}