File tree 3 files changed +1
-2
lines changed
3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ export default defineComponent({
141
141
}
142
142
143
143
.ipl-expanding-space__header {
144
- cursor : pointer ;
145
144
user-select : none ;
146
145
display : flex ;
147
146
align-items : center ;
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ button.ipl-space {
53
53
user-select : none ;
54
54
transition-property : background-color ;
55
55
transition-duration : constants .$transition-duration-low ;
56
+ cursor : default ;
56
57
57
58
& :focus-visible {
58
59
outline : var (--ipl-focus-outline-color ) solid var (--ipl-focus-outline-width );
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ export default defineComponent({
83
83
background-color : var (--ipl-bg-tertiary );
84
84
border-radius : constants .$border-radius-inner ;
85
85
position : relative ;
86
- cursor : pointer ;
87
86
transition-duration : constants .$transition-duration-low ;
88
87
display : flex ;
89
88
flex-direction : row ;
You can’t perform that action at this time.
0 commit comments