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
08f59aae
Commit
08f59aae
authored
Mar 19, 2021
by
Sam Beckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes the award emoji styling
parent
f87d85b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
17 deletions
+10
-17
app/assets/stylesheets/framework/awards.scss
app/assets/stylesheets/framework/awards.scss
+10
-17
No files found.
app/assets/stylesheets/framework/awards.scss
View file @
08f59aae
...
...
@@ -122,12 +122,8 @@
}
}
.award-control
{
.
gl-button.btn.
award-control
{
margin
:
4px
8px
4px
0
;
outline
:
0
;
position
:
relative
;
display
:
block
;
float
:
left
;
&
.disabled
{
cursor
:
default
;
...
...
@@ -145,11 +141,6 @@
&
:hover
,
&
:active
,
&
.is-active
{
background-color
:
$blue-50
;
border-color
:
$blue-200
;
box-shadow
:
none
;
outline
:
0
;
.award-control-icon
svg
{
fill
:
$blue-500
;
}
...
...
@@ -164,6 +155,14 @@
}
}
&
.active
,
&
.is-active
,
&
:active
{
background-color
:
$blue-50
;
border-color
:
$blue-200
;
box-shadow
:
inset
0
0
2px
$blue-200
;
}
&
.is-active
{
.award-control-icon-positive
{
opacity
:
0
;
...
...
@@ -192,10 +191,6 @@
&
:focus
{
outline
:
0
;
}
.award-control-icon
{
margin
:
0
;
}
}
&
.is-loading
{
...
...
@@ -239,10 +234,8 @@
.award-control-icon-positive
,
.award-control-icon-super-positive
{
@include
transition
(
opacity
,
transform
);
position
:
absolute
;
left
:
10px
;
bottom
:
6px
;
opacity
:
0
;
position
:
absolute
;
path
{
fill
:
$award-emoji-positive-add-lines
;
...
...
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