Browse Source

Fix border

sbkwgh 8 years ago
parent
commit
3984b694d8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/SearchBox.vue

+ 4 - 0
src/components/SearchBox.vue

@@ -68,6 +68,10 @@
 			border: 0;
 			border-right: thin solid $color__gray--darker;
 			border-radius: 0 0.125rem 0.125rem 0;
+
+			&:hover, &:active {
+				border-color: $color__gray--darker;
+			}
 		}
 	}
 </style>