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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-06-25 23:14:03 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-11-25 01:55:28 +0300
commita2b87bd796ce9aeaf4f0dc4df4bd6b298ae99727 (patch)
tree9d04133b36fd2e7260fe30bff29d9968b6c46117
parentdb694eff951de37d20cbcc654c007c1a92b12253 (diff)
rake convert
-rw-r--r--assets/stylesheets/bootstrap/_forms.scss10
-rw-r--r--assets/stylesheets/bootstrap/_input-groups.scss6
-rw-r--r--assets/stylesheets/bootstrap/_pagination.scss4
-rw-r--r--assets/stylesheets/bootstrap/_type.scss2
-rw-r--r--assets/stylesheets/bootstrap/_variables.scss2
-rw-r--r--lib/bootstrap-sass/version.rb2
-rw-r--r--templates/project/_bootstrap-variables.sass4
7 files changed, 20 insertions, 10 deletions
diff --git a/assets/stylesheets/bootstrap/_forms.scss b/assets/stylesheets/bootstrap/_forms.scss
index de4befdb..7095e4c9 100644
--- a/assets/stylesheets/bootstrap/_forms.scss
+++ b/assets/stylesheets/bootstrap/_forms.scss
@@ -132,6 +132,12 @@ output {
// Placeholder
@include placeholder;
+ // Unstyle the caret on `<select>`s in IE10+.
+ &::-ms-expand {
+ border: 0;
+ background-color: transparent;
+ }
+
// Disabled and read-only inputs
//
// HTML5 says that controls under a fieldset > legend:first-child won't be
@@ -431,10 +437,10 @@ input[type="checkbox"] {
.has-feedback label {
& ~ .form-control-feedback {
- top: ($line-height-computed + 5); // Height of the `label` and its margin
+ top: ($line-height-computed + 5); // Height of the `label` and its margin
}
&.sr-only ~ .form-control-feedback {
- top: 0;
+ top: 0;
}
}
diff --git a/assets/stylesheets/bootstrap/_input-groups.scss b/assets/stylesheets/bootstrap/_input-groups.scss
index 12f0c428..9f20c7f5 100644
--- a/assets/stylesheets/bootstrap/_input-groups.scss
+++ b/assets/stylesheets/bootstrap/_input-groups.scss
@@ -79,18 +79,18 @@
text-align: center;
background-color: $input-group-addon-bg;
border: 1px solid $input-group-addon-border-color;
- border-radius: $border-radius-base;
+ border-radius: $input-border-radius;
// Sizing
&.input-sm {
padding: $padding-small-vertical $padding-small-horizontal;
font-size: $font-size-small;
- border-radius: $border-radius-small;
+ border-radius: $input-border-radius-small;
}
&.input-lg {
padding: $padding-large-vertical $padding-large-horizontal;
font-size: $font-size-large;
- border-radius: $border-radius-large;
+ border-radius: $input-border-radius-large;
}
// Nuke default margins from checkboxes and radios to vertically center within.
diff --git a/assets/stylesheets/bootstrap/_pagination.scss b/assets/stylesheets/bootstrap/_pagination.scss
index fb23f913..fecfa9c6 100644
--- a/assets/stylesheets/bootstrap/_pagination.scss
+++ b/assets/stylesheets/bootstrap/_pagination.scss
@@ -40,7 +40,7 @@
> li > span {
&:hover,
&:focus {
- z-index: 3;
+ z-index: 2;
color: $pagination-hover-color;
background-color: $pagination-hover-bg;
border-color: $pagination-hover-border;
@@ -52,7 +52,7 @@
&,
&:hover,
&:focus {
- z-index: 2;
+ z-index: 3;
color: $pagination-active-color;
background-color: $pagination-active-bg;
border-color: $pagination-active-border;
diff --git a/assets/stylesheets/bootstrap/_type.scss b/assets/stylesheets/bootstrap/_type.scss
index a39a6158..620796ad 100644
--- a/assets/stylesheets/bootstrap/_type.scss
+++ b/assets/stylesheets/bootstrap/_type.scss
@@ -207,7 +207,7 @@ dd {
@include clearfix; // Clear the floated `dt` if an empty `dd` is present
}
- @media (min-width: $grid-float-breakpoint) {
+ @media (min-width: $dl-horizontal-breakpoint) {
dt {
float: left;
width: ($dl-horizontal-offset - 20);
diff --git a/assets/stylesheets/bootstrap/_variables.scss b/assets/stylesheets/bootstrap/_variables.scss
index bf9373b9..0703b0c9 100644
--- a/assets/stylesheets/bootstrap/_variables.scss
+++ b/assets/stylesheets/bootstrap/_variables.scss
@@ -868,5 +868,7 @@ $blockquote-border-color: $gray-lighter !default;
$page-header-border-color: $gray-lighter !default;
//** Width of horizontal description list titles
$dl-horizontal-offset: $component-offset-horizontal !default;
+//** Point at which .dl-horizontal becomes horizontal
+$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
//** Horizontal line color.
$hr-border: $gray-lighter !default;
diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb
index 8d480b56..bef883e5 100644
--- a/lib/bootstrap-sass/version.rb
+++ b/lib/bootstrap-sass/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.3.5.1'
- BOOTSTRAP_SHA = '16b48259a62f576e52c903c476bd42b90ab22482'
+ BOOTSTRAP_SHA = 'd2d77841184faed52567aa057fd69bcff95021b7'
end
diff --git a/templates/project/_bootstrap-variables.sass b/templates/project/_bootstrap-variables.sass
index 6c6ec85e..c61e684b 100644
--- a/templates/project/_bootstrap-variables.sass
+++ b/templates/project/_bootstrap-variables.sass
@@ -1,4 +1,4 @@
-// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.5):
+// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.5.1):
//
// Variables
@@ -869,5 +869,7 @@
// $page-header-border-color: $gray-lighter
//** Width of horizontal description list titles
// $dl-horizontal-offset: $component-offset-horizontal
+//** Point at which .dl-horizontal becomes horizontal
+// $dl-horizontal-breakpoint: $grid-float-breakpoint
//** Horizontal line color.
// $hr-border: $gray-lighter