Skip to content
Snippets Groups Projects
Unverified Commit 05aba2de authored by Chris Lawton's avatar Chris Lawton Committed by GitHub
Browse files

Merge pull request #425 from OpenTechFund/fix/269-project-click-area

Fix/269 project click area
parents 4a0bb31f 6e82d373
No related branches found
No related tags found
No related merge requests found
......@@ -79,10 +79,6 @@ $table-breakpoint: 'tablet-portrait';
padding-top: 15px;
font-weight: $weight--bold;
&:hover {
cursor: pointer;
}
&.has-tooltip {
@include media-query($table-breakpoint) {
&::before {
......@@ -164,7 +160,7 @@ $table-breakpoint: 'tablet-portrait';
display: inline-block;
margin-right: 15px;
transform: rotate(0);
transition: transform, border-color, 0.2s ease-in-out;
transition: transform $transition;
&:hover {
cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment