summaryrefslogtreecommitdiff
path: root/lumen/_bootswatch.scss
diff options
context:
space:
mode:
Diffstat (limited to 'lumen/_bootswatch.scss')
-rw-r--r--lumen/_bootswatch.scss17
1 files changed, 9 insertions, 8 deletions
diff --git a/lumen/_bootswatch.scss b/lumen/_bootswatch.scss
index edb2e94e..e87d83c2 100644
--- a/lumen/_bootswatch.scss
+++ b/lumen/_bootswatch.scss
@@ -3,7 +3,6 @@
// -----------------------------------------------------
$web-font-path: "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic" !default;
-
@import url($web-font-path);
@mixin shadow($width: 4px){
@@ -192,13 +191,15 @@ table,
}
}
- > thead > tr > th,
- > tbody > tr > th,
- > tfoot > tr > th,
- > thead > tr > td,
- > tbody > tr > td,
- > tfoot > tr > td {
- border-color: transparent;
+ &:not(.table-bordered) {
+ > thead > tr > th,
+ > tbody > tr > th,
+ > tfoot > tr > th,
+ > thead > tr > td,
+ > tbody > tr > td,
+ > tfoot > tr > td {
+ border-color: transparent;
+ }
}
}