Skip to content

Commit 2dc69ae

Browse files
committed
chore(shiny-sass): Remove comments
1 parent 8ae936b commit 2dc69ae

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

inst/www/shared/shiny_scss/shiny.bootstrap3.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ $border-radius: $border-radius-base !default;
1010
$shiny-disconnected-bg: mix($bg, $fg, 58%) !default;
1111
$shiny-table-na: mix($bg, $fg, 54%) !default;
1212
$shiny-error-validated-color: mix($bg, $fg, 50%) !default;
13-
// TODO: what should this be? mix of primary and bg?
1413
$shiny-progress-text-bg-color: #eef8ff !default;
1514
$shiny-input-panel-bg: mix($bg, $fg, 96%) !default;
1615
$shiny-input-panel-border: $border-width solid $border-color !default;

inst/www/shared/shiny_scss/shiny.bootstrap4.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ $fg: $body-color !default;
44
$shiny-disconnected-bg: mix($bg, $fg, 58%) !default;
55
$shiny-table-na: mix($bg, $fg, 54%) !default;
66
$shiny-error-validated-color: mix($bg, $fg, 50%) !default;
7-
// TODO: what should this be? mix of primary and bg?
87
$shiny-progress-text-bg-color: #eef8ff !default;
98
$shiny-input-panel-bg: mix($bg, $fg, 96%) !default;
109
$shiny-input-panel-border: $border-width solid $border-color !default;
@@ -29,6 +28,3 @@ $notification-content-action-color: map-get($theme-colors, "primary") !default;
2928
$datepicker-disabled-color: $dropdown-link-disabled-color !default;
3029

3130
$shiny-file-active-shadow: $custom-file-focus-box-shadow !default;
32-
33-
// TODO: should this be changed to danger?
34-
//$shiny-error-color: red !default;

0 commit comments

Comments
 (0)