assets/stylesheets/slate/_variables.scss in bootswatch-sass-3.3.1.4 vs assets/stylesheets/slate/_variables.scss in bootswatch-sass-3.3.2

- old
+ new

@@ -1,6 +1,6 @@ -// Slate 3.3.1 +// Slate 3.3.2 // Variables // -------------------------------------------------- //== Colors @@ -97,11 +97,11 @@ $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; $border-radius-large: 6px; $border-radius-small: 3px; @@ -185,9 +185,10 @@ //** `<input>` border color $input-border: #ccc; // 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; //** Small `.form-control` border radius $input-border-radius-small: $border-radius-small;