Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-08-08 21:33:59 +0300
committerFatih Acet <acetfatih@gmail.com>2016-08-12 23:24:49 +0300
commit709c308e0edf84d80dd3b103d34444a845b4c0ba (patch)
tree6041c859324ff160b9fcdf6586e0160e86353a12 /app/assets/stylesheets/pages/merge_conflicts.scss
parentf9e0a6dade443429116b32517c8b39daff2ba157 (diff)
Simplify Haml template and Scss files for MC UI.
Diffstat (limited to 'app/assets/stylesheets/pages/merge_conflicts.scss')
-rw-r--r--app/assets/stylesheets/pages/merge_conflicts.scss62
1 files changed, 1 insertions, 61 deletions
diff --git a/app/assets/stylesheets/pages/merge_conflicts.scss b/app/assets/stylesheets/pages/merge_conflicts.scss
index ab5a2570827..fe116311fff 100644
--- a/app/assets/stylesheets/pages/merge_conflicts.scss
+++ b/app/assets/stylesheets/pages/merge_conflicts.scss
@@ -19,7 +19,6 @@ $unselected_line: #f8f8f8;
min-height: 19px;
}
-
.header.line_content, .diff-line-num {
&.origin {
background-color: $origin_gutter;
@@ -62,65 +61,6 @@ $unselected_line: #f8f8f8;
}
}
-
- .head {
- .header, .diff-line-num {
- background-color: $head_gutter;
- }
-
- td {
- background-color: $head_line;
- }
-
- &.selected {
- .header, .diff-line-num {
- background-color: $selected_head_gutter;
- }
-
- td {
- background-color: $selected_head_line;
- }
- }
- }
-
- .origin {
- .header, .diff-line-num {
- background-color: $origin_gutter;
- }
-
- td {
- background-color: $origin_line;
- }
-
- &.selected {
- .header, .diff-line-num {
- background-color: $selected_origin_gutter;
- }
-
- td {
- background-color: $selected_origin_line;
- }
- }
- }
-
- .origin, .head {
- &.unselected {
- .header, .diff-line-num {
- background-color: $unselected_gutter;
- }
-
- td {
- background-color: $unselected_line;
- }
- }
- }
-
- .parallel .header {
- button {
- right: 10px;
- }
- }
-
.line_content.header {
position: relative;
@@ -130,7 +70,7 @@ $unselected_line: #f8f8f8;
background: #fff;
font-size: 10px;
position: absolute;
- right: 20px;
+ right: 10px;
height: 17px;
line-height: 4px; // FIXME: 4px?
top: 1px;