BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
57f79da9
Commit
57f79da9
authored
Mar 22, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cleaner-additional-award-emoji-button' into 'master'
Removed unnecessary 'add' text in additional award emoji button See merge request !10124
parents
77eda528
b2c2cd28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
awards.scss
app/assets/stylesheets/framework/awards.scss
+9
-0
_awards_block.html.haml
app/views/award_emoji/_awards_block.html.haml
+3
-3
cleaner-additional-award-emoji-button.yml
...logs/unreleased/cleaner-additional-award-emoji-button.yml
+4
-0
No files found.
app/assets/stylesheets/framework/awards.scss
View file @
57f79da9
...
...
@@ -92,6 +92,10 @@
.award-menu-holder
{
display
:
inline-block
;
position
:
relative
;
.tooltip
{
white-space
:
nowrap
;
}
}
.award-control
{
...
...
@@ -124,6 +128,10 @@
&
:focus
{
outline
:
0
;
}
.award-control-icon
{
margin
:
0
;
}
}
&
.is-loading
{
...
...
@@ -153,6 +161,7 @@
.award-control-icon
{
color
:
$border-gray-normal
;
margin-top
:
1px
;
padding
:
0
2px
;
}
.award-control-text
{
...
...
app/views/award_emoji/_awards_block.html.haml
View file @
57f79da9
...
...
@@ -10,8 +10,8 @@
-
if
current_user
.award-menu-holder.js-award-holder
%button
.btn.award-control.js-add-award
{
type:
"button"
}
%button
.btn.award-control.has-tooltip.js-add-award
{
type:
'button'
,
'aria-label'
:
'Add emoji'
,
data:
{
title:
'Add emoji'
,
placement:
"bottom"
}
}
=
icon
(
'smile-o'
,
class:
"award-control-icon award-control-icon-normal"
)
=
icon
(
'spinner spin'
,
class:
"award-control-icon award-control-icon-loading"
)
%span
.award-control-text
Add
changelogs/unreleased/cleaner-additional-award-emoji-button.yml
0 → 100644
View file @
57f79da9
---
title
:
Removed unnecessary 'add' text in additional award emoji button
merge_request
:
author
:
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