mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-18 15:32:57 +00:00
remove unused $custom-file variables
This commit is contained in:
2
dist/4/cyborg/_variables.scss
vendored
2
dist/4/cyborg/_variables.scss
vendored
@@ -77,8 +77,6 @@ $input-border-color: $white !default;
|
||||
$input-group-addon-color: $white !default;
|
||||
$input-group-addon-bg: $gray-700 !default;
|
||||
$input-group-addon-border-color: transparent !default;
|
||||
$custom-file-color: $white !default;
|
||||
$custom-file-border-color: $gray-700 !default;
|
||||
|
||||
// Dropdowns
|
||||
|
||||
|
2
dist/4/darkly/_variables.scss
vendored
2
dist/4/darkly/_variables.scss
vendored
@@ -69,8 +69,6 @@ $table-border-color: $gray-700 !default;
|
||||
$input-border-color: $body-bg !default;
|
||||
$input-group-addon-color: $gray-500 !default;
|
||||
$input-group-addon-bg: $gray-700 !default;
|
||||
$custom-file-color: $gray-500 !default;
|
||||
$custom-file-border-color: $body-bg !default;
|
||||
|
||||
// Dropdowns
|
||||
|
||||
|
9
dist/4/materia/_variables.scss
vendored
9
dist/4/materia/_variables.scss
vendored
@@ -75,15 +75,6 @@ $input-border-radius-lg: 0 !default;
|
||||
$input-border-radius-sm: 0 !default;
|
||||
$input-placeholder-color: rgba(0, 0, 0, .4) !default;
|
||||
$input-group-addon-bg: transparent !default;
|
||||
$custom-control-gutter: 1.75rem !default;
|
||||
$custom-control-indicator-focus-box-shadow: 0 !default;
|
||||
$custom-control-indicator-size: 1.25rem !default;
|
||||
$custom-control-indicator-bg: $white !default;
|
||||
$custom-checkbox-indicator-border-radius: 2px !default;
|
||||
$custom-control-indicator-disabled-bg: $gray-100 !default;
|
||||
$custom-radio-indicator-icon-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='4' fill='#2196f3'/></svg>") !default;
|
||||
$custom-select-border-radius: 0 !default;
|
||||
$custom-select-box-shadow: none !default;
|
||||
|
||||
// Navs
|
||||
|
||||
|
2
dist/4/superhero/_variables.scss
vendored
2
dist/4/superhero/_variables.scss
vendored
@@ -72,8 +72,6 @@ $table-dark-color: $body-bg !default;
|
||||
$input-disabled-bg: $gray-100 !default;
|
||||
$input-border-color: transparent !default;
|
||||
$input-group-addon-color: $body-color !default;
|
||||
$custom-file-button-color: $white !default;
|
||||
$custom-file-border-color: $gray-200 !default;
|
||||
|
||||
// Dropdowns
|
||||
|
||||
|
2
dist/cyborg/_variables.scss
vendored
2
dist/cyborg/_variables.scss
vendored
@@ -80,8 +80,6 @@ $input-border-width: 0 !default;
|
||||
$input-group-addon-color: $white !default;
|
||||
$input-group-addon-bg: $gray-700 !default;
|
||||
$input-group-addon-border-color: transparent !default;
|
||||
$custom-file-color: $white !default;
|
||||
$custom-file-border-color: $gray-700 !default;
|
||||
|
||||
$form-check-input-bg: $white !default;
|
||||
$form-check-input-border: none !default;
|
||||
|
2
dist/darkly/_variables.scss
vendored
2
dist/darkly/_variables.scss
vendored
@@ -68,8 +68,6 @@ $input-color: $gray-800 !default;
|
||||
$input-border-color: $body-bg !default;
|
||||
$input-group-addon-color: $gray-500 !default;
|
||||
$input-group-addon-bg: $gray-700 !default;
|
||||
$custom-file-color: $gray-500 !default;
|
||||
$custom-file-border-color: $body-bg !default;
|
||||
|
||||
$form-check-input-bg: $white !default;
|
||||
$form-check-input-border: none !default;
|
||||
|
9
dist/materia/_variables.scss
vendored
9
dist/materia/_variables.scss
vendored
@@ -75,15 +75,6 @@ $input-border-radius-lg: 0 !default;
|
||||
$input-border-radius-sm: 0 !default;
|
||||
$input-placeholder-color: rgba(0, 0, 0, .4) !default;
|
||||
$input-group-addon-bg: transparent !default;
|
||||
$custom-control-gutter: 1.75rem !default;
|
||||
$custom-control-indicator-focus-box-shadow: 0 !default;
|
||||
$custom-control-indicator-size: 1.25rem !default;
|
||||
$custom-control-indicator-bg: $white !default;
|
||||
$custom-checkbox-indicator-border-radius: 2px !default;
|
||||
$custom-control-indicator-disabled-bg: $gray-100 !default;
|
||||
$custom-radio-indicator-icon-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='4' fill='#2196f3'/></svg>") !default;
|
||||
$custom-select-border-radius: 0 !default;
|
||||
$custom-select-box-shadow: none !default;
|
||||
|
||||
// Navs
|
||||
|
||||
|
@@ -80,8 +80,6 @@ $input-border-width: 0 !default;
|
||||
$input-group-addon-color: $white !default;
|
||||
$input-group-addon-bg: $gray-700 !default;
|
||||
$input-group-addon-border-color: transparent !default;
|
||||
$custom-file-color: $white !default;
|
||||
$custom-file-border-color: $gray-700 !default;
|
||||
|
||||
$form-check-input-bg: $white !default;
|
||||
$form-check-input-border: none !default;
|
||||
|
@@ -68,8 +68,6 @@ $input-color: $gray-800 !default;
|
||||
$input-border-color: $body-bg !default;
|
||||
$input-group-addon-color: $gray-500 !default;
|
||||
$input-group-addon-bg: $gray-700 !default;
|
||||
$custom-file-color: $gray-500 !default;
|
||||
$custom-file-border-color: $body-bg !default;
|
||||
|
||||
$form-check-input-bg: $white !default;
|
||||
$form-check-input-border: none !default;
|
||||
|
@@ -75,15 +75,6 @@ $input-border-radius-lg: 0 !default;
|
||||
$input-border-radius-sm: 0 !default;
|
||||
$input-placeholder-color: rgba(0, 0, 0, .4) !default;
|
||||
$input-group-addon-bg: transparent !default;
|
||||
$custom-control-gutter: 1.75rem !default;
|
||||
$custom-control-indicator-focus-box-shadow: 0 !default;
|
||||
$custom-control-indicator-size: 1.25rem !default;
|
||||
$custom-control-indicator-bg: $white !default;
|
||||
$custom-checkbox-indicator-border-radius: 2px !default;
|
||||
$custom-control-indicator-disabled-bg: $gray-100 !default;
|
||||
$custom-radio-indicator-icon-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='4' fill='#2196f3'/></svg>") !default;
|
||||
$custom-select-border-radius: 0 !default;
|
||||
$custom-select-box-shadow: none !default;
|
||||
|
||||
// Navs
|
||||
|
||||
|
Reference in New Issue
Block a user