-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
diff --git a/inst/lib/bsw5/dist/cerulean/_bootswatch.scss b/inst/lib/bsw5/dist/cerulean/_bootswatch.scss | ||
index 8eda79b..169696a 100644 | ||
index 8eda79b..be26e7d 100644 | ||
--- a/inst/lib/bsw5/dist/cerulean/_bootswatch.scss | ||
+++ b/inst/lib/bsw5/dist/cerulean/_bootswatch.scss | ||
@@ -6,6 +6,14 @@ | ||
@@ -37,6 +37,13 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default; | ||
text-shadow: $text-shadow; | ||
} | ||
|
||
$text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default; | ||
|
||
+// See inst/bs3compat/_declarations.scss | ||
+// It's very important that this come before other btn-* rules | ||
+@if variable-exists("default") { | ||
+ .btn-default { | ||
+ @include btn-shadow($default); | ||
+ } | ||
+} | ||
+ | ||
// Mixins | ||
|
||
@mixin btn-shadow($color){ | ||
.btn-primary { | ||
@include btn-shadow($primary); | ||
} |