* Old column-header code removed.
parent
7d17698d3f
commit
0af54019d0
|
@ -258,7 +258,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button:last-child { &:backdrop, & { border-right-style: none; }}
|
button:last-child { &:backdrop, & { border-right-style: none; } }
|
||||||
}
|
}
|
||||||
|
|
||||||
button.dnd,
|
button.dnd,
|
||||||
|
@ -294,38 +294,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*********************
|
|
||||||
! Column view headers
|
|
||||||
**********************/
|
|
||||||
|
|
||||||
@include exports("columnheader") {
|
|
||||||
column-header {
|
|
||||||
.button {
|
|
||||||
&, &:active {
|
|
||||||
border-width: 0 1px 1px 0;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&, &:active, &:focus, &:active:focus {
|
|
||||||
border-color: shade($base_color, .9);
|
|
||||||
border-bottom-color: shade($base_color, .8);
|
|
||||||
background-color: shade($base_color, .97);
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover, &:active:hover, &:hover:focus, &:active:hover:focus {
|
|
||||||
border-color: shade($base_color, .9);
|
|
||||||
border-bottom-color: shade($base_color, .8);
|
|
||||||
background-color: shade($base_color, .99);
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child .button { border-width: 0 0 1px; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**********
|
/**********
|
||||||
! Frames *
|
! Frames *
|
||||||
***********/
|
***********/
|
||||||
|
|
Loading…
Reference in New Issue