summaryrefslogtreecommitdiff
path: root/sandstone/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sandstone/_variables.scss')
-rw-r--r--sandstone/_variables.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/sandstone/_variables.scss b/sandstone/_variables.scss
index 45278488..ff45a09e 100644
--- a/sandstone/_variables.scss
+++ b/sandstone/_variables.scss
@@ -1,4 +1,4 @@
-// Sandstone 3.3.1
+// Sandstone 3.3.2
// Variables
// --------------------------------------------------
@@ -99,7 +99,7 @@ $padding-small-horizontal: 10px;
$padding-xs-vertical: 1px;
$padding-xs-horizontal: 5px;
-$line-height-large: 1.33;
+$line-height-large: 1.3333333; // extra decimals for Win 8.1 Chrome
$line-height-small: 1.5;
$border-radius-base: 4px;
@@ -187,6 +187,7 @@ $input-border: $gray-light;
// TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
//** Default `.form-control` border radius
+// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
$input-border-radius: $border-radius-base;
//** Large `.form-control` border radius
$input-border-radius-large: $border-radius-large;