Commit 55f180d2 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix positioning of add-to-tree dropdown

parent bbec7216
...@@ -36,6 +36,10 @@ html [type="button"], ...@@ -36,6 +36,10 @@ html [type="button"],
cursor: pointer; cursor: pointer;
} }
a {
color: $gl-link-color;
}
.form-group.row .col-form-label { .form-group.row .col-form-label {
// Bootstrap 4 aligns labels to the left // Bootstrap 4 aligns labels to the left
// for horizontal forms // for horizontal forms
......
...@@ -432,11 +432,3 @@ textarea { ...@@ -432,11 +432,3 @@ textarea {
color: $placeholder-text-color; color: $placeholder-text-color;
} }
} }
/**
* global colors
*/
a {
color: $gl-link-color;
}
...@@ -41,11 +41,6 @@ ...@@ -41,11 +41,6 @@
position: relative; position: relative;
} }
} }
.add-to-tree-dropdown {
position: absolute;
left: 18px;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment