File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
src/Files.App/Views/LayoutModes Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 291
291
BeforeTextChanging=" ItemNameTextBox_BeforeTextChanging"
292
292
TextAlignment=" Left"
293
293
TextWrapping=" Wrap"
294
- Visibility=" Collapsed" />
294
+ Visibility=" Collapsed" >
295
+ <TextBox .Resources>
296
+ <SolidColorBrush x : Key =" TextControlBackgroundFocused" Color =" {ThemeResource SolidBackgroundFillColorSecondary}" />
297
+ </TextBox .Resources>
298
+ </TextBox >
295
299
296
300
<Grid Grid.Column=" 2" >
297
301
<StackPanel Orientation =" Horizontal" Spacing =" 4" >
Original file line number Diff line number Diff line change 411
411
Canvas.ZIndex=" 1"
412
412
Text=" {x:Bind Name, Mode=OneWay}"
413
413
TextWrapping=" Wrap"
414
- Visibility=" Collapsed" />
414
+ Visibility=" Collapsed" >
415
+ <TextBox .Resources>
416
+ <SolidColorBrush x : Key =" TextControlBackgroundFocused" Color =" {ThemeResource SolidBackgroundFillColorSecondary}" />
417
+ </TextBox .Resources>
418
+ </TextBox >
415
419
416
420
<TextBlock
417
421
Grid.Row=" 1"
You can’t perform that action at this time.
0 commit comments