summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/blocks.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-08-01 15:57:05 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-08-02 17:59:25 +0100
commit15511ed14f595b30de90f32b3751c8599550e4c7 (patch)
treef1d69b6510ebcdc5d1c2b5c4007f693871c053f5 /app/assets/stylesheets/framework/blocks.scss
parentd40ef4c83e90823221a66c746f414faf7da442e8 (diff)
downloadgitlab-ce-15511ed14f595b30de90f32b3751c8599550e4c7.tar.gz
Changes after review:
- Cleans up CSS to use common classes - Removes getters to use mapState instead - Makes the first request even when tab is not visible - Show loading state in 204
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index 12fc307130a..7145a76db6d 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -360,7 +360,6 @@
white-space: pre;
overflow-x: auto;
font-size: 12px;
- border-radius: 0;
border: 0;
padding: $grid-size;
@@ -368,12 +367,4 @@
background-color: inherit;
padding: inherit;
}
-
- .bash {
- display: block;
- }
-
- &.build-trace-rounded {
- border-radius: $border-radius-base;
- }
}