Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Community Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bio-IT
Community Documentation
Commits
ca06df37
Unverified
Commit
ca06df37
authored
6 years ago
by
Patrick Marsceill
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Button bg was no good in Chrome
parent
e9943f90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_sass/support/mixins/_buttons.scss
+2
-0
2 additions, 0 deletions
_sass/support/mixins/_buttons.scss
with
2 additions
and
0 deletions
_sass/support/mixins/_buttons.scss
+
2
−
0
View file @
ca06df37
...
...
@@ -2,12 +2,14 @@
@mixin
btn-color
(
$fg
,
$bg
)
{
color
:
$fg
;
background-color
:
darken
(
$bg
,
2%
);
background-image
:
linear-gradient
(
lighten
(
$bg
,
5%
)
,
darken
(
$bg
,
2%
));
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.25
)
,
0
4px
10px
rgba
(
0
,
0
,
0
,
0
.12
);
&
:hover
,
&
.zeroclipboard-is-hover
{
color
:
$fg
;
background-color
:
darken
(
$bg
,
4%
);
background-image
:
linear-gradient
((
lighten
(
$bg
,
2%
)
,
darken
(
$bg
,
4%
)));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment