Skip to content
Snippets Groups Projects
Commit 4a1ac121 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

fix horizontal tabs

parent 4983cd3c
No related branches found
Tags 7.x-1.0-beta2
No related merge requests found
This diff is collapsed.
......@@ -8,23 +8,11 @@
border: 0 none;
ul.horizontal-tabs-list {
position: relative;
padding-top: .5rem;
background: none;
border-right: 0 none;
overflow: hidden;
&:after {
content: "";
z-index: -1;
display: block;
position: absolute;
bottom: 1px;
width: 100%;
height: 1px;
background: #ccc;
}
li.horizontal-tab-button {
background: none;
border-right: 0 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