Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-05 12:38:55 +0300
committerGitHub <noreply@github.com>2018-12-05 12:38:55 +0300
commite184c11618ef040864c2fb1b38f81d8df595aacf (patch)
tree3611313862675db6dab106f0b2eea00c7f916dc4 /scss
parent3007d4b4353fd0b8f3f65d660e19168e8400ee20 (diff)
parent1a171b80ab1b46f59cfd727a7e5f8a10fc43b189 (diff)
Merge branch 'v4-dev' into stretched-link
Diffstat (limited to 'scss')
-rw-r--r--scss/_button-group.scss2
-rw-r--r--scss/_reboot.scss2
-rw-r--r--scss/_spinners.scss4
3 files changed, 2 insertions, 6 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss
index 716cf5208a..d7220029ad 100644
--- a/scss/_button-group.scss
+++ b/scss/_button-group.scss
@@ -9,7 +9,7 @@
> .btn {
position: relative;
- flex: 0 1 auto;
+ flex: 1 1 auto;
// Bring the hover, focused, and "active" buttons to the front to overlay
// the borders properly
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 8c727d029c..ed4821a4d4 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -50,7 +50,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
//
// 1. Remove the margin in all browsers.
// 2. As a best practice, apply a default `background-color`.
-// 3. Set an explicit initial text-align value so that we can later use the
+// 3. Set an explicit initial text-align value so that we can later use
// the `inherit` value on things like `<th>` elements.
body {
diff --git a/scss/_spinners.scss b/scss/_spinners.scss
index 9489bd8611..ed7e2bc650 100644
--- a/scss/_spinners.scss
+++ b/scss/_spinners.scss
@@ -10,8 +10,6 @@
display: inline-block;
width: $spinner-width;
height: $spinner-height;
- overflow: hidden;
- text-indent: -999em;
vertical-align: text-bottom;
border: $spinner-border-width solid currentColor;
border-right-color: transparent;
@@ -42,8 +40,6 @@
display: inline-block;
width: $spinner-width;
height: $spinner-height;
- overflow: hidden;
- text-indent: -999em;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;