File tree Expand file tree Collapse file tree
resources/scss/src/button Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .neo-split-button-wrapper {
2- display : flex ;
1+ .neo-split-button {
2+ border : v (button-border );
3+ border-radius : v (button-border-radius );
4+ display : flex ;
5+ width : fit-content ;
6+
7+ .neo-button {
8+ border : none ;
9+ margin : 0 ;
10+ padding : .5em ;
11+
12+ & :last-child {
13+ border-left : v (button-border );;
14+ }
15+ }
316}
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ class Split extends Button {
1818 * @protected
1919 */
2020 ntype : 'split-button' ,
21- /**
22- * @member {String[]} cls=['neo-split-button','neo-button']
23- */
24- cls : [ 'neo-split-button' , 'neo-button' ] ,
2521 /**
2622 * Read only, it will get created inside the ctor.
2723 * Use splitButtonConfig to pass initial config for it.
@@ -44,7 +40,7 @@ class Split extends Button {
4440 * @member {String} _vdom
4541 */
4642 _vdom : {
47- cls : [ 'neo-split-button-wrapper ' ] ,
43+ cls : [ 'neo-split-button' ] ,
4844 cn : [ {
4945 tag : 'button' ,
5046 cn : [ {
You can’t perform that action at this time.
0 commit comments