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
|
||||
background-color: $color-bg-left
|
||||
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)
|
||||
#left
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
border: 1px solid $color-border-light
|
||||
white-space: nowrap
|
||||
cursor: pointer
|
||||
@include border-top-radius(4px)
|
||||
|
||||
&:hover
|
||||
background-color: $color-bg-tab-hover
|
||||
|
@ -21,7 +20,6 @@
|
|||
.active
|
||||
background-color: $color-bg-tab-active
|
||||
border-bottom-color: $color-bg-tab-active
|
||||
@include border-top-radius(4px)
|
||||
|
||||
h5
|
||||
margin: 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user