Commit 7d649c9d authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > a

parent 3726ce24
1 merge request!5450Fixed copy and paste caused typo in CAROUSEL DATA-API
Showing with 2 additions and 2 deletions
+2 -2
...@@ -2808,7 +2808,7 @@ table th[class*="span"], ...@@ -2808,7 +2808,7 @@ table th[class*="span"],
border-bottom: 1px solid #ffffff; border-bottom: 1px solid #ffffff;
} }
.dropdown-menu a { .dropdown-menu li > a {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
clear: both; clear: both;
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
} }
// Links within the dropdown menu // Links within the dropdown menu
a { li > a {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
clear: both; clear: both;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment