got rid of the border radius on tabs
This commit is contained in:
parent
3a73aeb4a6
commit
8172e3bd10
|
@ -44,7 +44,6 @@ html, body
|
||||||
padding: 0 0 110px 0
|
padding: 0 0 110px 0
|
||||||
background-color: $color-bg-left
|
background-color: $color-bg-left
|
||||||
border-right: 1px solid $color-border-normal
|
border-right: 1px solid $color-border-normal
|
||||||
@include box-shadow(transparent 0 0 0 0, $color-border-normal 0 1px 8px 0, transparent 0 0 0 0, transparent 0 0 0 0)
|
|
||||||
|
|
||||||
@media screen and (max-width: 980px)
|
@media screen and (max-width: 980px)
|
||||||
#left
|
#left
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
border: 1px solid $color-border-light
|
border: 1px solid $color-border-light
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
@include border-top-radius(4px)
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $color-bg-tab-hover
|
background-color: $color-bg-tab-hover
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
.active
|
.active
|
||||||
background-color: $color-bg-tab-active
|
background-color: $color-bg-tab-active
|
||||||
border-bottom-color: $color-bg-tab-active
|
border-bottom-color: $color-bg-tab-active
|
||||||
@include border-top-radius(4px)
|
|
||||||
|
|
||||||
h5
|
h5
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user