Skip to content

Commit

Permalink
Refactor ListCollection and CompositeRow styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxcode committed Apr 14, 2020
1 parent 3664677 commit 592d50a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion ui-v2/app/styles/components/composite-row/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
padding: 12px;
padding-right: 0;
border: 1px solid;
border-bottom: 0;
}
%composite-row-intent {
border: 1px solid;
Expand Down
1 change: 1 addition & 0 deletions ui-v2/app/styles/components/composite-row/skin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
}
%composite-row a {
border-top-color: $gray-200;
border-bottom-color: $gray-200;
border-right-color: transparent;
border-left-color: transparent;
}
Expand Down
9 changes: 2 additions & 7 deletions ui-v2/app/styles/components/consul-service-list/layout.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
%consul-service-list {
// Used for every DOM-Recycle scroll pane
// TODO: Refactor to have all this DOM-Recycle styling in one place
overflow-x: hidden !important;
}
%consul-service-row > a > span:first-child {
margin-right: 4px;
width: 18px;
height: 18px;
width: 16px;
height: 16px;
}
%consul-service-row > a > span:nth-child(3) {
margin-left: 4px;
Expand Down
3 changes: 3 additions & 0 deletions ui-v2/app/styles/components/list-collection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
height: 500px;
position: relative;
}
.list-collection > ul {
overflow-x: hidden !important;
}

0 comments on commit 592d50a

Please sign in to comment.