Skip to content

Commit 80c6682

Browse files
authored
Merge pull request #351 from rackerlabs/surf-1280-choice-tile-cursor
fix(choice-tiles): cursor pointer style added to hover
2 parents 2bbee6e + 4466684 commit 80c6682

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/helix-ui/styles/components/choice-tiles.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ label.hxChoice > input + hx-tile {
4747
background-color: @gray-0;
4848
border: solid 1px @gray-400;
4949
color: @gray-900;
50+
cursor: pointer;
5051

5152
.hx-tile-icon {
5253
color: @gray-700;

src/helix-ui/styles/components/navigation.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
hx-disclosure {
1919
color: inherit;
20+
cursor: pointer;
2021
display: block;
2122
padding: @vpad @rpad @vpad @l1-indent;
2223
position: relative;
2324

2425
&:hover {
2526
background-color: @gray-800;
2627
color: @gray-0;
27-
cursor: pointer;
2828
}
2929

3030
.icon-transform {

src/helix-ui/styles/elements/hx-tab.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ hx-tab {
44
border: 1px solid transparent;
55
bottom: -1px;
66
color: @gray-700;
7+
cursor: pointer;
78
display: inline-flex;
89
flex-shrink: 0;
910
font-size: 0.875rem;
@@ -14,7 +15,6 @@ hx-tab {
1415

1516
&:hover {
1617
color: @cyan-500;
17-
cursor: pointer;
1818
}
1919

2020
&:active {

0 commit comments

Comments
 (0)