Skip to content

Commit

Permalink
feat: add pointer to actionable components
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jul 4, 2018
1 parent de65276 commit 0a63ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
border: 0;
border-radius: 2px;
font-size: 14px;
cursor: pointer;
transition-property: background-color, color, border-color, opacity;
transition-duration: 0.2s;
transition-timing-function: ease;
Expand Down
1 change: 1 addition & 0 deletions src/components/discussion-fab/DiscussionFab.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
box-shadow: 0 11px 25px 0 var(--color-geyser);
color: var(--color-science-blue);
font-size: 16px;
cursor: pointer;
transition-property: background-color, color;
transition-duration: 0.2s;
transition-timing-function: ease;
Expand Down
1 change: 1 addition & 0 deletions src/components/text-button/TextButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;

&:hover,
&:focus {
Expand Down

0 comments on commit 0a63ce5

Please sign in to comment.