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
cc2a0f27
Commit
cc2a0f27
authored
Jun 02, 2020
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix stylelint warnings on app/assets/stylesheets/components/avatar.scss
parent
e19bb088
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
app/assets/stylesheets/components/avatar.scss
app/assets/stylesheets/components/avatar.scss
+4
-7
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+0
-1
No files found.
app/assets/stylesheets/components/avatar.scss
View file @
cc2a0f27
...
...
@@ -70,7 +70,7 @@ $avatar-sizes: (
$identicon-backgrounds
:
$identicon-red
,
$identicon-purple
,
$identicon-indigo
,
$identicon-blue
,
$identicon-teal
,
$identicon-orange
,
$gray-darker
;
.
avatar-circle
{
%
avatar-circle
{
float
:
left
;
margin-right
:
$gl-padding
;
border-radius
:
$avatar-radius
;
...
...
@@ -84,7 +84,7 @@ $identicon-backgrounds: $identicon-red, $identicon-purple, $identicon-indigo, $i
}
.avatar
{
@extend
.
avatar-circle
;
@extend
%
avatar-circle
;
transition-property
:
none
;
width
:
40px
;
...
...
@@ -100,10 +100,7 @@ $identicon-backgrounds: $identicon-red, $identicon-purple, $identicon-indigo, $i
margin-left
:
2px
;
flex-shrink
:
0
;
&
.s16
{
margin-right
:
4px
;
}
&
.s16
,
&
.s24
{
margin-right
:
4px
;
}
...
...
@@ -154,7 +151,7 @@ $identicon-backgrounds: $identicon-red, $identicon-purple, $identicon-indigo, $i
}
.avatar-container
{
@extend
.
avatar-circle
;
@extend
%
avatar-circle
;
overflow
:
hidden
;
display
:
flex
;
...
...
app/assets/stylesheets/framework/animations.scss
View file @
cc2a0f27
...
...
@@ -93,7 +93,6 @@
}
.dropdown-menu-toggle
,
.avatar-circle
,
.header-user-avatar
{
@include
transition
(
border-color
);
}
...
...
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