Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
099e9709
Commit
099e9709
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #8625 from liuyl/fixbtnbg
Fix
#8623
parents
2d91e91b
e4300fa1
2 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8656
Added rel="stylesheet" to CDN-Examples
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+0
-2
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/buttons.less
+0
-2
less/buttons.less
with
1 addition
and
5 deletions
+1
-5
dist/css/bootstrap.css
+
0
-
2
View file @
099e9709
...
...
@@ -1728,7 +1728,6 @@ select.input-small {
.btn
:active
,
.btn.active
{
background-image
:
none
;
outline
:
0
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
...
...
@@ -1955,7 +1954,6 @@ fieldset[disabled] .btn-info.active {
.btn-link
[
disabled
],
fieldset
[
disabled
]
.btn-link
{
background-color
:
transparent
;
background-image
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
099e9709
This diff is collapsed.
Click to expand it.
less/buttons.less
+
0
-
2
View file @
099e9709
...
...
@@ -34,7 +34,6 @@
&:active,
&.active {
outline: 0;
background-image: none;
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
}
...
...
@@ -92,7 +91,6 @@
&[disabled],
fieldset[disabled] & {
background-color: transparent;
background-image: none;
.box-shadow(none);
}
&,
...
...
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
Menu
Explore
Projects
Groups
Snippets