Add in profile only use case to styling

This commit is contained in:
summerscope
2014-09-25 16:40:06 +10:00
parent 3812d1eebb
commit 97ae170dd1

View File

@@ -87,6 +87,8 @@
&.inactive
&.closed, &.open
&, & *
color: $disabled-med
a, a *
color: $disabled-dark
&.closed
.active_table_row, .active_table_row:first-child, .active_table_row:last-child
@@ -126,3 +128,11 @@
.active_table_row:first-child .skinny-head
background-color: $disabled-light
//Is Profile - profile node
&.inactive.is_profile
&.closed, &.open
.active_table_row
&:hover, &:active, &:focus
border-color: transparent
cursor: auto