File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import { fileValidators } from './validators.js';
4646export default class IgcFileInputComponent extends IgcInputBaseComponent {
4747 private _hasActivation = false ;
4848 public static readonly tagName = 'igc-file-input' ;
49- public static override styles = [ ...super . styles , styles ] ;
49+ public static override styles = [ ...IgcInputBaseComponent . styles , styles ] ;
5050
5151 /* blazorSuppress */
5252 public static register ( ) {
Original file line number Diff line number Diff line change 192192}
193193
194194[part ~= ' start' ] {
195+ --align-text : end ;
196+
195197 [part = ' text' ] {
196198 order : -1 ;
197199 }
198200}
199201
202+ [part ~= ' end' ] {
203+ --align-text : start ;
204+ }
205+
200206[part ~= ' start' ],
201207[part ~= ' end' ] {
202208 align-items : center ;
You can’t perform that action at this time.
0 commit comments