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
95f5ddb8
Commit
95f5ddb8
authored
Jul 16, 2019
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed duplicate-selectors in `projects.scss`
parent
fce7307f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
15 deletions
+9
-15
ee/app/assets/stylesheets/pages/projects.scss
ee/app/assets/stylesheets/pages/projects.scss
+9
-15
No files found.
ee/app/assets/stylesheets/pages/projects.scss
View file @
95f5ddb8
...
...
@@ -89,10 +89,6 @@
font-weight
:
$gl-font-weight-bold
;
}
svg
{
vertical-align
:
sub
;
}
.avatar
{
float
:
none
;
margin-right
:
$gl-padding-4
;
...
...
@@ -113,15 +109,16 @@
min-width
:
$gl-padding-8
*
15
;
}
.dropdown-item
svg
{
vertical-align
:
sub
;
}
.btn-blank
{
padding
:
6px
10px
;
}
}
.security-dashboard
.card-header
svg
,
.license-management
.dropdown-item
svg
{
vertical-align
:
sub
;
}
.project-template
{
.template-header
,
.template-option
{
...
...
@@ -139,10 +136,6 @@
}
.template-group-options
{
.options-expanded-icon
{
display
:
none
;
}
&
.expanded
{
.template-option
{
display
:
flex
;
...
...
@@ -151,10 +144,11 @@
.options-expanded-icon
{
display
:
block
;
}
}
.options-collapsed-icon
{
display
:
none
;
}
.options-expanded-icon
,
&
.expanded
.options-collapsed-icon
{
display
:
none
;
}
}
...
...
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