fix tabs
This commit is contained in:
parent
125f230ea1
commit
5e66504b4d
|
@ -34,7 +34,7 @@
|
||||||
// @import "app/right/sponsors";
|
// @import "app/right/sponsors";
|
||||||
// @import "app/right";
|
// @import "app/right";
|
||||||
@import "app/settings";
|
@import "app/settings";
|
||||||
// @import "app/tabs";
|
@import "app/tabs";
|
||||||
@import "app/tipsy";
|
@import "app/tipsy";
|
||||||
|
|
||||||
@import "app/components/travis-switch";
|
@import "app/components/travis-switch";
|
||||||
|
|
|
@ -4,73 +4,73 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
.tabs
|
// .tabs
|
||||||
@include resetul
|
// @include resetul
|
||||||
li
|
// li
|
||||||
height: 28px
|
// height: 28px
|
||||||
vertical-align: top
|
// vertical-align: top
|
||||||
background-color: $tab-nav-inactive-bg
|
// background-color: $tab-nav-inactive-bg
|
||||||
border-radius: 4px 4px 0px 0px
|
// border-radius: 4px 4px 0px 0px
|
||||||
padding: 0 12px 0 12px
|
// padding: 0 12px 0 12px
|
||||||
margin-right: 10px
|
// margin-right: 10px
|
||||||
white-space: nowrap
|
// white-space: nowrap
|
||||||
cursor: pointer
|
// cursor: pointer
|
||||||
@media #{$medium-up}
|
// @media #{$medium-up}
|
||||||
height: 29px
|
// height: 29px
|
||||||
li
|
// li
|
||||||
display: inline-block
|
// display: inline-block
|
||||||
&:hover
|
// &:hover
|
||||||
background-color: $tab-nav-inactive-bg-hover
|
// background-color: $tab-nav-inactive-bg-hover
|
||||||
|
|
||||||
.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
|
||||||
|
|
||||||
a
|
// a
|
||||||
color: $color-text
|
// color: $color-text
|
||||||
font-weight: 600
|
// font-weight: 600
|
||||||
|
|
||||||
h5
|
// h5
|
||||||
margin: 0
|
// margin: 0
|
||||||
font-size: $font-size-small
|
// font-size: $font-size-small
|
||||||
font-weight: normal
|
// font-weight: normal
|
||||||
line-height: 30px
|
// line-height: 30px
|
||||||
text-align: center
|
// text-align: center
|
||||||
|
|
||||||
a
|
// a
|
||||||
display: block
|
// display: block
|
||||||
color: #a8a9ab
|
// color: #a8a9ab
|
||||||
|
|
||||||
|
|
||||||
#left
|
// #left
|
||||||
|
|
||||||
.tabs
|
// .tabs
|
||||||
margin: -28px 20px 0 15px
|
// margin: -28px 20px 0 15px
|
||||||
|
|
||||||
#tab_search:not(.active)
|
// #tab_search:not(.active)
|
||||||
display: none
|
// display: none
|
||||||
|
|
||||||
#tab_recent.hidden
|
// #tab_recent.hidden
|
||||||
display: none
|
// display: none
|
||||||
|
|
||||||
#tab_owned
|
// #tab_owned
|
||||||
display: none
|
// display: none
|
||||||
#tab_owned.display
|
// #tab_owned.display
|
||||||
display: inline-block
|
// display: inline-block
|
||||||
#tab_new
|
// #tab_new
|
||||||
display: none
|
// display: none
|
||||||
height: 25px
|
// height: 25px
|
||||||
width: 26px
|
// width: 26px
|
||||||
margin-top: 3px
|
// margin-top: 3px
|
||||||
float: right
|
// float: right
|
||||||
margin-right: 0
|
// margin-right: 0
|
||||||
padding: 0 5px 0 5px
|
// padding: 0 5px 0 5px
|
||||||
|
|
||||||
h5
|
// h5
|
||||||
line-height: 25px
|
// line-height: 25px
|
||||||
|
|
||||||
#tab_new.display
|
// #tab_new.display
|
||||||
display: inline-block
|
// display: inline-block
|
||||||
|
|
||||||
#main
|
#main
|
||||||
.tabs
|
.tabs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user