Skip to content

Commit acaddaf

Browse files
authored
Doughnut Chart Demo: Removed focus outline from the central template in React (#29999)
1 parent 9f59c30 commit acaddaf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apps/demos/Demos/Charts/CenterLabelCustomization/React/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
text-align: center;
1616
margin-bottom: 20px;
1717
}
18+
19+
.dxc-hole-template:focus {
20+
outline: none;
21+
}

apps/demos/Demos/Charts/CenterLabelCustomization/ReactJs/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
text-align: center;
1616
margin-bottom: 20px;
1717
}
18+
19+
.dxc-hole-template:focus {
20+
outline: none;
21+
}

0 commit comments

Comments
 (0)