File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments