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
783d8001
Commit
783d8001
authored
Jul 22, 2019
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed selector-max-compound-selectors lint error
parent
b342c852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
21 deletions
+16
-21
ee/app/assets/stylesheets/pages/projects.scss
ee/app/assets/stylesheets/pages/projects.scss
+16
-21
No files found.
ee/app/assets/stylesheets/pages/projects.scss
View file @
783d8001
...
...
@@ -91,10 +91,6 @@
.user-avatar-link
{
color
:
$gl-text-color
;
font-weight
:
$gl-font-weight-bold
;
.avatar
{
margin-right
:
$gl-padding-4
;
}
}
svg
{
...
...
@@ -103,6 +99,7 @@
.avatar
{
float
:
none
;
margin-right
:
$gl-padding-4
;
}
}
...
...
@@ -150,15 +147,6 @@
display
:
none
;
}
.template-option
{
display
:
none
;
background
:
$gray-light
;
.avatar-container
{
margin-left
:
34px
;
}
}
&
.expanded
{
.template-option
{
display
:
flex
;
...
...
@@ -174,15 +162,22 @@
}
}
.template-option
{
display
:
none
;
background
:
$gray-light
;
.avatar-container
{
margin-left
:
34px
;
}
}
.template-input-group
{
.selected-icon
{
.avatar
{
width
:
20px
;
height
:
20px
;
line-height
:
20px
;
font-size
:
$gl-font-size
;
margin-right
:
0
;
}
.avatar
{
width
:
20px
;
height
:
20px
;
line-height
:
20px
;
font-size
:
$gl-font-size
;
margin-right
:
0
;
}
}
}
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