Browse Source

Don't use shadow border

sbkwgh 7 years ago
parent
commit
43c355c974
1 changed files with 1 additions and 2 deletions
  1. 1 2
      frontend/src/components/routes/Search.vue

+ 1 - 2
frontend/src/components/routes/Search.vue

@@ -142,9 +142,8 @@
 			background-color: #fff;
 			padding-left: 0.75rem;
 			margin-bottom: 1rem;
-			border: none;
+			border: thin solid $color__gray--darker;
 			transition: box-shadow 0.2s;
-			@extend .shadow_border;
 
 			&:hover {
 				@extend .shadow_border--hover;