Skip to content

Commit

Permalink
SR-87 #comment Update component <Tabs />
Browse files Browse the repository at this point in the history
  • Loading branch information
brenopolanski committed Feb 17, 2016
1 parent 45a7fcc commit 0340c6f
Show file tree
Hide file tree
Showing 5 changed files with 612 additions and 620 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/dist/saiku/saiku.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,7 @@ a.waves-effect .waves-ripple {
TABS
========================================================================= */
.tabs-navigation {
max-height: 50px;
padding: 0 20px;
max-height: 30px;
border-bottom: 1px solid #ddd;
}
.tabs-menu {
Expand All @@ -935,19 +934,20 @@ a.waves-effect .waves-ripple {
}
.tabs-menu-item a {
display: block;
height: 50px;
padding: 0 40px;
line-height: 50px;
height: 30px;
padding: 0 20px;
line-height: 30px;
color: #a9a9a9;
border-bottom: 0;
cursor: pointer;
}
.tabs-menu-item:not(.is-active) a:hover {
color: #3498db;
}
.tabs-menu-item.is-active a {
color: #333;
border: 1px solid #ddd;
border-top: 2px solid #3498db;
border-top: 2px solid #333;
border-bottom: 0;
background: #fff;
}
Expand Down
Loading

0 comments on commit 0340c6f

Please sign in to comment.