Skip to content
Snippets Groups Projects
Commit 0a9f467a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2459607 by idebr: Seven vertical tabs have underlined links in hover/focus state

parent 71ebe230
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@
.vertical-tabs__menu-item a:focus {
background: #fcfcfa;
text-shadow: none;
text-decoration: none;
}
.vertical-tabs__menu-item.is-selected a {
border-bottom-color: #b3b2ad;
......@@ -99,9 +100,6 @@
color: #666;
font-size: 0.846em;
}
.vertical-tabs__menu-item.is-selected a:focus .vertical-tabs__menu-item-title {
text-decoration: underline;
}
.vertical-tabs__pane > summary {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment