projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d38c7
)
CRM-19495 Ensure that no dots appear at the bottom of menu links in d8 (#9232)
author
Seamus Lee
<seamuslee001@gmail.com>
Thu, 13 Oct 2016 03:48:42 +0000
(14:48 +1100)
committer
colemanw
<coleman@civicrm.org>
Thu, 13 Oct 2016 03:48:42 +0000
(23:48 -0400)
* CRM-19495 Ensure that no dots appear at the bottom of menu links in d8
* Switch to borer: 0 as per suggestion from coleman
css/civicrmNavigation.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrmNavigation.css
b/css/civicrmNavigation.css
index 0c0ee5f38b83d63c95cbc0716ed429a264be01f2..3458bc3081bdfaff5624d9b827fd058b8e4fc03f 100644
(file)
--- a/
css/civicrmNavigation.css
+++ b/
css/civicrmNavigation.css
@@
-91,6
+91,7
@@
li.menu-separator.active{
display:block;
font-weight:normal;
text-decoration:none;
+ border:0;
}
* html div.menu-item {