Skip to content

Commit

Permalink
Fixed docs tabview bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 20, 2019
1 parent 07bfd89 commit 4e8605c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/sass/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ body {
}

/* Demo Tabs Source */
.p-tabview {
.p-tabview.p-tabview-top {
background: none;
border: 0 none;

Expand All @@ -772,7 +772,7 @@ body {
color: #ffffff;
text-shadow: none;
height: inherit;
background-color: #0080a7;
background-color: transparent;
padding-top: 8px;
@include border-radius-top(3px);
@include transition(background-color .2s);
Expand All @@ -788,8 +788,16 @@ body {
}

&:not(.p-highlight) a:hover {
background-color: #007294;
background-color: #0080a7;
color: #ffffff;
border: 0 none;
}

&:hover {
a {
border: 0 none;
}
}
}
}

Expand Down

0 comments on commit 4e8605c

Please sign in to comment.