Skip to content

Commit

Permalink
merge scss bg-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyuzhou committed Jan 10, 2017
2 parents f99b6b8 + b10d3a6 commit 45bfbc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Tabs.scss
Expand Up @@ -10,7 +10,7 @@
zoom: 1;
color: $tabs-cls-color;
width: $tabs-cls-width;
background: #f5f5f5;
background: $tabs-basic-back;
}

.simple-tabs-content {
Expand Down Expand Up @@ -115,7 +115,7 @@
transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
&:hover::after, &:focus::after, &.bee-tabs-tab-active::after {
background: map_get($tabs-fill-tab, activeBack);
background: $brand-primary;
}
&.bee-tabs-tab-active::after {
-webkit-transform: translate3d(0, 0, 0);
Expand Down Expand Up @@ -328,7 +328,7 @@
transform: translate3d(0, 100%, 0) translate3d(0, 6px, 0);
}
&:hover::after, &:focus::after, &.bee-tabs-tab-active::after {
background: map_get($tabs-fill-tab, activeBack);
background: $brand-primary;
}
&.bee-tabs-tab-active::after {
-webkit-transform: translate3d(0, 0, 0);
Expand Down Expand Up @@ -389,7 +389,7 @@
bottom: $tabs-slide-child-bottom;
left: $tabs-slide-child-left;
height: $tabs-slide-child-height;
background: $tabs-slide-child-back;
background: $brand-primary;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
Expand Down

0 comments on commit 45bfbc5

Please sign in to comment.