summaryrefslogtreecommitdiff
path: root/cosmo/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 /cosmo/bootswatch.less
parent9524cad15debc83931c42687d911a459e66457ce (diff)
remove underline on table dropdown, closes #344
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index 3e301ae7..e7238761 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -55,10 +55,14 @@ body {
table,
.table {
- a:not(.btn) {
+ a:not(.btn): {
text-decoration: underline;
}
+ .dropdown-menu a {
+ text-decoration: none;
+ }
+
.success,
.warning,
.danger,