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
e4300fa1
Commit
e4300fa1
authored
11 years ago
by
Yulong Liu
Browse files
Options
Download
Email Patches
Plain Diff
fix background of btn-link
parent
a2f120a7
3 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8625
Fix #8623
,
!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
-1
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/buttons.less
+0
-1
less/buttons.less
with
1 addition
and
3 deletions
+1
-3
dist/css/bootstrap.css
+
0
-
1
View file @
e4300fa1
...
@@ -1954,7 +1954,6 @@ fieldset[disabled] .btn-info.active {
...
@@ -1954,7 +1954,6 @@ fieldset[disabled] .btn-info.active {
.btn-link
[
disabled
],
.btn-link
[
disabled
],
fieldset
[
disabled
]
.btn-link
{
fieldset
[
disabled
]
.btn-link
{
background-color
:
transparent
;
background-color
:
transparent
;
background-image
:
none
;
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
e4300fa1
This diff is collapsed.
Click to expand it.
less/buttons.less
+
0
-
1
View file @
e4300fa1
...
@@ -91,7 +91,6 @@
...
@@ -91,7 +91,6 @@
&[disabled],
&[disabled],
fieldset[disabled] & {
fieldset[disabled] & {
background-color: transparent;
background-color: transparent;
background-image: none;
.box-shadow(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