Skip to content

Commit

Permalink
Fix issue twbs#13093
Browse files Browse the repository at this point in the history
I found that the “background-position: 0 -15;” entry in the
bootstrap-theme.css file was causing the button flicker associated with
issue twbs#13093.  Removing that line corrected the issue.  I took a look
around the theme and didn’t see any odd behavior caused by this change.
  • Loading branch information
shaneedwards committed Mar 26, 2014
1 parent 1d61879 commit 4e40a74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion less/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
&:hover,
&:focus {
background-color: darken(@btn-color, 12%);
background-position: 0 -15px;
}

&:active,
Expand Down

0 comments on commit 4e40a74

Please sign in to comment.