Skip to content

Commit c266f97

Browse files
committed
2 parents 079c35f + 70ab634 commit c266f97

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

less/jumbotron.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
.container &,
2929
.container-fluid & {
3030
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
31+
padding-left: (@grid-gutter-width / 2);
32+
padding-right: (@grid-gutter-width / 2);
3133
}
3234

3335
.container {

less/mixins/buttons.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,9 @@
4242
&.disabled,
4343
&[disabled],
4444
fieldset[disabled] & {
45-
&,
4645
&:hover,
4746
&:focus,
48-
&.focus,
49-
&:active,
50-
&.active {
47+
&.focus {
5148
background-color: @background;
5249
border-color: @border;
5350
}

0 commit comments

Comments
 (0)