Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
df6a8f7d
Commit
df6a8f7d
authored
7 years ago
by
Gijs Boddeus
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
revert
1db5082c
parent
48676f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_buttons.scss
+2
-2
scss/mixins/_buttons.scss
with
2 additions
and
2 deletions
+2
-2
scss/mixins/_buttons.scss
+
2
-
2
View file @
df6a8f7d
...
...
@@ -4,15 +4,15 @@
// and disabled options for all buttons
@mixin
button-variant
(
$background
,
$border
,
$active-background
:
darken
(
$background
,
7
.5%
)
,
$active-border
:
darken
(
$border
,
10%
))
{
color
:
color-yiq
(
$background
);
background-color
:
$background
;
border-color
:
$border
;
color
:
color-yiq
(
$background
);
@include
box-shadow
(
$btn-box-shadow
);
@include
hover
{
color
:
color-yiq
(
$active-background
);
background-color
:
$active-background
;
border-color
:
$active-border
;
color
:
color-yiq
(
$active-background
);
}
&
:focus
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment