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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0ea63503
Commit
0ea63503
authored
Feb 15, 2021
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore file expander styles
parent
29f7d075
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+24
-0
No files found.
app/assets/stylesheets/pages/commits.scss
View file @
0ea63503
...
...
@@ -108,6 +108,30 @@
}
}
.text-expander
{
display
:
inline-flex
;
background
:
$white
;
color
:
$gl-text-color-secondary
;
padding
:
1px
$gl-padding-4
;
cursor
:
pointer
;
border
:
1px
solid
$border-white-normal
;
border-radius
:
$border-radius-default
;
margin-left
:
5px
;
font-size
:
12px
;
line-height
:
$gl-font-size
;
outline
:
none
;
&
.open
{
background-color
:
darken
(
$gray-light
,
10%
);
box-shadow
:
inset
0
0
2px
rgba
(
$black
,
0
.2
);
}
&
:hover
{
background-color
:
darken
(
$gray-light
,
10%
);
text-decoration
:
none
;
}
}
.commit.flex-list
{
display
:
flex
;
}
...
...
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