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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
485e9100
Commit
485e9100
authored
Dec 14, 2015
by
Valery Sizov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'improve_emoji'
parents
a5e44957
eec4751b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/pages/awards.scss
app/assets/stylesheets/pages/awards.scss
+20
-1
No files found.
CHANGELOG
View file @
485e9100
...
@@ -49,6 +49,7 @@ v 8.3.0 (unreleased)
...
@@ -49,6 +49,7 @@ v 8.3.0 (unreleased)
- Fix deleting notes on a merge request diff
- Fix deleting notes on a merge request diff
- Display referenced merge request statuses in the issue description (Greg Smethells)
- Display referenced merge request statuses in the issue description (Greg Smethells)
- Implement new sidebar for issue and merge request pages
- Implement new sidebar for issue and merge request pages
- Emoji picker improvements
v 8.2.3
v 8.2.3
- Fix application settings cache not expiring after changes (Stan Hu)
- Fix application settings cache not expiring after changes (Stan Hu)
...
...
app/assets/stylesheets/pages/awards.scss
View file @
485e9100
...
@@ -12,10 +12,18 @@
...
@@ -12,10 +12,18 @@
border-color
:
$border-color
;
border-color
:
$border-color
;
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
{
background-color
:
#dce0e5
;
}
&
.active
{
&
.active
{
border-color
:
$border-gray-light
;
border-color
:
$border-gray-light
;
background-color
:
$gray-light
;
background-color
:
$gray-light
;
&
:hover
{
background-color
:
#dce0e5
;
}
.counter
{
.counter
{
font-weight
:
bold
;
font-weight
:
bold
;
}
}
...
@@ -53,7 +61,18 @@
...
@@ -53,7 +61,18 @@
>
li
{
>
li
{
cursor
:
pointer
;
cursor
:
pointer
;
margin
:
5px
;
width
:
30px
;
height
:
30px
;
text-align
:
center
;
@include
border-radius
(
5px
);
img
{
margin-bottom
:
2px
;
}
&
:hover
{
background-color
:
#ccc
;
}
}
}
}
}
}
}
...
...
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