Skip to content

Commit d2725aa

Browse files
authored
Change cursor style of buttons to pointer (#9989)
* Pionter for buttons * News entry
1 parent 3be2050 commit d2725aa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

news/3 Code Health/9341.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change cursor styles of buttons `pointer` in `Interactive Window` and `Native Editor`.

src/datascience-ui/interactive-common/common.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,12 @@ body, html {
498498
width: 16px;
499499
height: 0px;
500500
}
501+
502+
.image-button-image {
503+
cursor: pointer;
504+
}
505+
506+
.image-button-inner-disabled-filter .image-button-image {
507+
cursor: unset;
508+
}
509+

0 commit comments

Comments
 (0)