mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
Fix default dialog button style in Halo #PL-5914
This commit is contained in:
parent
52ee8e2d43
commit
ff676d87a7
@ -1122,7 +1122,7 @@ public class WebWindowManager extends WindowManager {
|
||||
}
|
||||
|
||||
if (action instanceof AbstractAction && ((AbstractAction)action).isPrimary()) {
|
||||
button.addStyleName("primary");
|
||||
button.addStyleName("cuba-primary-action");
|
||||
button.focus();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user