summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/blocks.scss
diff options
context:
space:
mode:
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;
- }
}