@@ -50,10 +50,10 @@ export class SpeedDialItemTitle extends Button {
50
50
this . verticalAlignment = 'middle' ;
51
51
this . style [ 'css:text-transform' ] = 'none' ;
52
52
this . style [ 'css:background-color' ] = defaultSpeedDialItemTitleBackgroundColor ;
53
- this . style [ 'css:ripple-color' ] = defaultSpeedDialItemTitleRippleColor ;
53
+ // this.style['css:ripple-color'] = defaultSpeedDialItemTitleRippleColor;
54
54
this . style [ 'css:color' ] = defaultSpeedDialItemTitleRippleColor ;
55
55
this . style [ 'css:elevation' ] = 1 ;
56
- this . style [ 'css:border-radius' ] = 6 ;
56
+ // this.style['css:border-radius'] = 6;
57
57
this . style [ 'css:font-size' ] = 10 ;
58
58
this . style [ 'css:min-width' ] = 0 ;
59
59
this . style [ 'css:min-height' ] = 0 ;
@@ -107,12 +107,12 @@ export class SpeedDialItem extends SpeedDialItemBase {
107
107
// this.fabButtonTitle.style['css:elevation'] = 4;this.fabButtonTitle.style['css:elevation'] = 2;
108
108
this . button . col = this . fabButtonCol ;
109
109
if ( size === 'mini' ) {
110
- this . button . style [ 'css:border-radius' ] = 20 ;
110
+ // this.button.style['css:border-radius'] = 20;
111
111
this . button . style [ 'css:width' ] = 40 ;
112
112
this . button . style [ 'css:height' ] = 40 ;
113
113
this . button . style [ 'css:margin' ] = 16 ;
114
114
} else {
115
- this . button . style [ 'css:border-radius' ] = 28 ;
115
+ // this.button.style['css:border-radius'] = 28;
116
116
this . button . style [ 'css:width' ] = 56 ;
117
117
this . button . style [ 'css:height' ] = 56 ;
118
118
this . button . style [ 'css:margin' ] = 16 ;
0 commit comments