From a1da4a63fbf878fee1cfffb3e225b2f2f9920f86 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 1 Nov 2014 21:25:41 -0400 Subject: remove underline on table dropdown, closes #344 --- flatly/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flatly/bootstrap.css') diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index 41babb2b..50854335 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -6365,6 +6365,10 @@ table a:not(.btn), .table a:not(.btn) { text-decoration: underline; } +table .dropdown-menu a, +.table .dropdown-menu a { + text-decoration: none; +} table .success, .table .success, table .warning, -- cgit v1.2.3