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

merging duplicate table tr media query styles in to one

parent bd5cf6ba
No related branches found
No related tags found
No related merge requests found
...@@ -24,17 +24,15 @@ table { ...@@ -24,17 +24,15 @@ table {
border: 1px solid $color--light-mid-grey; border: 1px solid $color--light-mid-grey;
transition: box-shadow 0.15s ease; transition: box-shadow 0.15s ease;
@include media-query($table-breakpoint) {
&:hover {
box-shadow: 0 6px 35px -13px $color--black-50;
}
}
@include media-query($table-breakpoint) { @include media-query($table-breakpoint) {
border-top: 0; border-top: 0;
border-right: 0; border-right: 0;
border-bottom: 2px solid $color--light-grey; border-bottom: 2px solid $color--light-grey;
border-left: 0; border-left: 0;
&:hover {
box-shadow: 0 6px 35px -13px $color--black-50;
}
} }
> td { > td {
......
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