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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
fb7cdf10
Commit
fb7cdf10
authored
8 years ago
by
dimitrieh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed darkening hover state and animation color labels
parent
37d43fa9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+0
-4
app/assets/stylesheets/pages/labels.scss
app/assets/stylesheets/pages/labels.scss
+0
-4
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
fb7cdf10
...
@@ -115,10 +115,6 @@ a {
...
@@ -115,10 +115,6 @@ a {
@include
transition
(
background-color
,
color
,
border
);
@include
transition
(
background-color
,
color
,
border
);
}
}
.color-label
{
@include
transition
(
box-shadow
);
}
.tree-table
td
,
.tree-table
td
,
.well-list
>
li
{
.well-list
>
li
{
@include
transition
(
background-color
,
border-color
);
@include
transition
(
background-color
,
border-color
);
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pages/labels.scss
View file @
fb7cdf10
...
@@ -106,10 +106,6 @@
...
@@ -106,10 +106,6 @@
.color-label
{
.color-label
{
padding
:
3px
7px
;
padding
:
3px
7px
;
border-radius
:
$label-border-radius
;
border-radius
:
$label-border-radius
;
&
:hover
{
box-shadow
:
inset
0
0
0
80px
$label-remove-border
;
}
}
}
.dropdown-labels-error
{
.dropdown-labels-error
{
...
...
This diff is collapsed.
Click to expand it.
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