Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
a2f120a7
Commit
a2f120a7
authored
Jul 26, 2013
by
Yulong Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove background:none
parent
2a51ebf6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
dist/css/bootstrap.css
dist/css/bootstrap.css
+0
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/buttons.less
less/buttons.less
+0
-1
No files found.
dist/css/bootstrap.css
View file @
a2f120a7
...
@@ -1728,7 +1728,6 @@ select.input-small {
...
@@ -1728,7 +1728,6 @@ select.input-small {
.btn
:active
,
.btn
:active
,
.btn.active
{
.btn.active
{
background-image
:
none
;
outline
:
0
;
outline
:
0
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
-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
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
...
...
dist/css/bootstrap.min.css
View file @
a2f120a7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/buttons.less
View file @
a2f120a7
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
&:active,
&:active,
&.active {
&.active {
outline: 0;
outline: 0;
background-image: none;
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
}
}
...
...
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