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

correct width on sidebar when there are no reviews and remove borders from table rows

parent 0d615aa1
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
tbody { tbody {
tr { tr {
border: 0;
&:hover { &:hover {
box-shadow: none; box-shadow: none;
} }
...@@ -61,6 +63,7 @@ ...@@ -61,6 +63,7 @@
} }
&__no-reviews { &__no-reviews {
width: 100%;
color: $color--mid-grey; color: $color--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