Skip to content

Commit 72f95bc

Browse files
authored
Merge pull request #72 from ProLoser/copilot/update-button-styles-hover
2 parents 2be2b68 + 074a635 commit 72f95bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ html, body, #map-canvas {
277277
line-height: 1;
278278
padding: 2px 6px;
279279
min-width: 28px;
280+
border-radius: 5px;
281+
box-shadow: none;
282+
&:hover {
283+
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
284+
}
280285
}
281286

282287
#event-card-counter {

0 commit comments

Comments
 (0)