We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 079c35f + 70ab634 commit c266f97Copy full SHA for c266f97
less/jumbotron.less
@@ -28,6 +28,8 @@
28
.container &,
29
.container-fluid & {
30
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);
33
}
34
35
.container {
less/mixins/buttons.less
@@ -42,12 +42,9 @@
42
&.disabled,
43
&[disabled],
44
fieldset[disabled] & {
45
- &,
46
&:hover,
47
&:focus,
48
- &.focus,
49
- &:active,
50
- &.active {
+ &.focus {
51
background-color: @background;
52
border-color: @border;
53
0 commit comments