diff --git a/README.md b/README.md index 12a9968448b0..c6535efe86a4 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@

- Bootstrap logo + Bootstrap logo +

+ +

Bootstrap

-

Bootstrap

- -

- Sleek, intuitive, and powerful front-end framework for faster and easier web development. -
- Explore Bootstrap docs » -
-
- Report bug - · - Request feature - · - Themes - · - Blog -

+

+ Sleek, intuitive, and powerful front-end framework for faster and easier web development. +
+ Explore Bootstrap docs » +
+
+ Report bug + · + Request feature + · + Themes + · + Blog

diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 7c45534e001f..16f9f67cca68 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -34,11 +34,6 @@ @include box-shadow(none); } - // Opinionated: add "hand" cursor to non-disabled .btn elements - &:not(:disabled):not(.disabled) { - cursor: pointer; - } - &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active { @include box-shadow($btn-active-box-shadow); diff --git a/scss/_close.scss b/scss/_close.scss index 821922f4c473..ec6593a8889e 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -17,9 +17,6 @@ @include hover-focus { opacity: .75; } - - // Opinionated: add "hand" cursor to non-disabled .close elements - cursor: pointer; } } diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 985dddba42db..ecbe3b0f86af 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -216,6 +216,7 @@ width: 100%; height: $custom-select-height; padding: $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding) $custom-select-padding-y $custom-select-padding-x; + font-size: $custom-select-font-size; font-weight: $custom-select-font-weight; line-height: $custom-select-line-height; color: $custom-select-color; diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 81b33077a6cf..cf4d4436fdb0 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -104,7 +104,7 @@ align-items: center; padding: $input-padding-y $input-padding-x; margin-bottom: 0; // Allow use of