Skip to content

Commit

Permalink
Override default space marker hover style
Browse files Browse the repository at this point in the history
Being applied by foundation
  • Loading branch information
Nick Maher committed Mar 14, 2017
1 parent 8814e82 commit 696b898
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/Map/SpaceMarker.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
composes: fontSmallI from '../../globals/typography.css';
}

.root:hover,
.root:focus {
background-color: var(--color-black);
}

.root:before {
content: '';
border: 6px solid;
Expand Down

0 comments on commit 696b898

Please sign in to comment.