Skip to content

Commit

Permalink
Assume all buttons should have cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hebler committed Dec 16, 2020
1 parent 3a607d1 commit 5dcd49f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions assets/scss/4-elements/_all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cite {
button {
background: none;
border: none;
cursor: pointer;
padding: 0;
}

Expand Down
2 changes: 0 additions & 2 deletions assets/scss/6-components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
background-color: $color-blue-light;
border: none;
border-radius: 0;
cursor: pointer;
font-weight: 700;
font-size: $size-xs;
letter-spacing: $font-letter-spacing-b;
Expand Down Expand Up @@ -133,6 +132,5 @@
.c-link-button {
@include underlined-link;
color: inherit;
cursor: pointer;
line-height: normal;
}
1 change: 0 additions & 1 deletion assets/scss/6-components/navbar/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
&__clickable {
align-items: center;
border: none;
cursor: pointer;
display: flex;
padding: 0;
position: relative;
Expand Down
1 change: 0 additions & 1 deletion assets/scss/6-components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
&__link {
background-color: $color-black-off;
color: $color-white-pure;
cursor: pointer;
display: block;
border-right: 2px solid #fff;
padding: $size-s;
Expand Down

0 comments on commit 5dcd49f

Please sign in to comment.