summaryrefslogtreecommitdiff
path: root/lumen/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-01 21:25:41 -0400
committerThomas Park <thomas@thomaspark.me>2014-11-01 21:25:41 -0400
commita1da4a63fbf878fee1cfffb3e225b2f2f9920f86 (patch)
tree7a0d85b86b48aa8f00ab8ea8abf852301c1fe628 /lumen/bootswatch.less
parent9524cad15debc83931c42687d911a459e66457ce (diff)
remove underline on table dropdown, closes #344
Diffstat (limited to 'lumen/bootswatch.less')
-rw-r--r--lumen/bootswatch.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/lumen/bootswatch.less b/lumen/bootswatch.less
index bb57a141..71e4e393 100644
--- a/lumen/bootswatch.less
+++ b/lumen/bootswatch.less
@@ -163,6 +163,10 @@ table,
text-decoration: underline;
}
+ .dropdown-menu a {
+ text-decoration: none;
+ }
+
.success,
.warning,
.danger,