sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
3984b694d8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>