We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b7e9d commit af2f02bCopy full SHA for af2f02b
src/io/flutter/actions/DeviceSelectorAction.java
@@ -68,6 +68,8 @@ private void updateComponentChildrenStyles(@NotNull JComponent parent) {
68
jComponent.setOpaque(false);
69
70
if (child instanceof JButton jButton) {
71
+ jButton.setBorderPainted(false);
72
+ jButton.setRolloverEnabled(true);
73
// Make sure the button uses correct background & foreground.
74
jButton.setBackground(JBColor.background());
75
jButton.setForeground(JBColor.foreground());
0 commit comments