Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
9a1ec97f
Commit
9a1ec97f
authored
Jan 26, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Adjusts styles of table tree"
This reverts commit
11183488
.
parent
11183488
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
34 deletions
+10
-34
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+4
-3
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+6
-31
No files found.
app/assets/stylesheets/framework/buttons.scss
View file @
9a1ec97f
...
...
@@ -127,9 +127,6 @@
&
.btn-xs
{
margin-right
:
3px
;
}
i
{
font-size
:
11px
;
}
}
&
.disabled
{
pointer-events
:
auto
!
important
;
...
...
@@ -194,3 +191,7 @@
@include
btn-green
}
}
.btn-icon
{
}
\ No newline at end of file
app/assets/stylesheets/pages/tree.scss
View file @
9a1ec97f
.tree-holder
{
>
.nav-block
{
margin
:
22px
0
0
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
;
margin
:
11px
0
;
}
.file-finder
{
...
...
@@ -19,18 +13,7 @@
.tree-table
{
margin-bottom
:
0
;
border
:
1px
solid
#EEF0F2
;
thead
{
th
{
background-color
:
white
;
&
:last-child
{
.light
{
color
:
#8C9AAC
;
}
}
}
}
tr
:nth-child
(
odd
)
{
background-color
:
#F7F9FB
;
}
...
...
@@ -45,6 +28,8 @@
&
:hover
{
td
{
background
:
$hover
;
border-top
:
1px
solid
#ADF
;
border-bottom
:
1px
solid
#ADF
;
}
cursor
:
pointer
;
}
...
...
@@ -63,14 +48,10 @@
max-width
:
320px
;
vertical-align
:
middle
;
a
{
i
,
a
{
color
:
$gl-link-color
;
}
i
{
color
:
#797B7D
;
}
img
{
position
:
relative
;
top
:
-1px
;
...
...
@@ -79,16 +60,10 @@
.tree_commit
{
max-width
:
320px
;
a
{
color
:
#8C9AAC
;
}
}
.tree_time_ago
{
min-width
:
135px
;
time
{
color
:
#8C9AAC
;
}
}
}
...
...
@@ -154,5 +129,5 @@
.tree-controls
{
float
:
right
;
margin
:
32px
7px
0
0
;
margin
-top
:
11px
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment