Commit 9a1ec97f authored by Jacob Schatz's avatar Jacob Schatz

Revert "Adjusts styles of table tree"

This reverts commit 11183488.
parent 11183488
...@@ -127,9 +127,6 @@ ...@@ -127,9 +127,6 @@
&.btn-xs { &.btn-xs {
margin-right: 3px; margin-right: 3px;
} }
i {
font-size: 11px;
}
} }
&.disabled { &.disabled {
pointer-events: auto !important; pointer-events: auto !important;
...@@ -193,4 +190,8 @@ ...@@ -193,4 +190,8 @@
.btn-green { .btn-green {
@include btn-green @include btn-green
} }
}
.btn-icon {
} }
\ No newline at end of file
.tree-holder { .tree-holder {
> .nav-block { > .nav-block {
margin: 22px 0 0 0; margin: 11px 0;
background: #F8FAFC;
padding: 9px 9px 4px 14px;
border: 1px solid #EBECF0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-width: 0;
} }
.file-finder { .file-finder {
...@@ -19,18 +13,7 @@ ...@@ -19,18 +13,7 @@
.tree-table { .tree-table {
margin-bottom: 0; margin-bottom: 0;
border: 1px solid #EEF0F2;
thead {
th {
background-color: white;
&:last-child {
.light {
color: #8C9AAC;
}
}
}
}
tr:nth-child(odd) { tr:nth-child(odd) {
background-color: #F7F9FB; background-color: #F7F9FB;
} }
...@@ -45,6 +28,8 @@ ...@@ -45,6 +28,8 @@
&:hover { &:hover {
td { td {
background: $hover; background: $hover;
border-top: 1px solid #ADF;
border-bottom: 1px solid #ADF;
} }
cursor: pointer; cursor: pointer;
} }
...@@ -63,14 +48,10 @@ ...@@ -63,14 +48,10 @@
max-width: 320px; max-width: 320px;
vertical-align: middle; vertical-align: middle;
a { i, a {
color: $gl-link-color; color: $gl-link-color;
} }
i {
color: #797B7D;
}
img { img {
position: relative; position: relative;
top:-1px; top:-1px;
...@@ -79,16 +60,10 @@ ...@@ -79,16 +60,10 @@
.tree_commit { .tree_commit {
max-width: 320px; max-width: 320px;
a {
color: #8C9AAC;
}
} }
.tree_time_ago { .tree_time_ago {
min-width: 135px; min-width: 135px;
time {
color: #8C9AAC;
}
} }
} }
...@@ -154,5 +129,5 @@ ...@@ -154,5 +129,5 @@
.tree-controls { .tree-controls {
float: right; float: right;
margin: 32px 7px 0 0; margin-top: 11px;
} }
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