Skip to content
Snippets Groups Projects
Commit 7b4282b5 authored by Chris Lawton's avatar Chris Lawton
Browse files

tidy up active state

parent 1a8d3029
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ $listing-header-height: 75px;
@include submission-list-item;
&.is-active {
border-right: 0;
border-left: 0;
border-right: 2px solid $color--white;
transition: border $transition;
}
&--heading {
......
......@@ -158,5 +158,4 @@
@mixin submission-list-item {
border-bottom: 2px solid $color--light-mid-grey;
border-right: 2px solid $color--light-mid-grey;
border-left: 2px solid $color--light-mid-grey;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment