Skip to content

Commit

Permalink
Hide empty nav-tabs ul that tabset directive is creating for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Nov 4, 2013
1 parent a0c8d95 commit ed81b5e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -3065,3 +3065,21 @@ fs-donut svg g text.units {
margin-right: auto;
max-width: 422px;
}

/* hack to work around strange tabset behavior */
tabset > .tabbable > ul {
display: none;
}
/* end hack */

tabset > .tabbable > .tab-content > .nav.nav-tabs > li {
cursor: pointer;
}

tabset > .tabbable > .tab-content > .nav.nav-tabs > li.active {
cursor: pointer;
}

tabset > .tabbable > .tab-content > .nav.nav-tabs > li.disabled {
opacity: 0.3;
}

0 comments on commit ed81b5e

Please sign in to comment.