File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/core/Riverside.GlowUI.Styles Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 xmlns : muxc =" using:Microsoft.UI.Xaml.Controls"
88 xmlns : muxcmedia =" Microsoft.UI.Xaml.Media"
99 xmlns : primitives =" using:Microsoft.UI.Xaml.Controls.Primitives" >
10- <ResourceDictionary .MergedDictionaries>
10+ <!-- < ResourceDictionary.MergedDictionaries>
1111 <ResourceDictionary Source="ms-appx:///Riverside.Toolkit/Styles/CubeThemeDictionary.xaml" />
1212 <ResourceDictionary Source="ms-appx:///Riverside.Toolkit/Styles/CubeUI.xaml" />
13- </ResourceDictionary .MergedDictionaries>
13+ </ResourceDictionary.MergedDictionaries>-->
1414 <Style x : Key =" ToolbarButton" TargetType =" Button" >
1515 <Setter Property =" Foreground" Value =" {ThemeResource SplitButtonForeground}" />
1616 <Setter Property =" Background" Value =" Transparent" />
Original file line number Diff line number Diff line change 55 xmlns : controls =" using:Microsoft.UI.Xaml.Controls"
66 xmlns : glow =" using:Riverside.Toolkit.Controls"
77 xmlns : primitives =" using:Microsoft.UI.Xaml.Controls.Primitives" >
8- <ResourceDictionary .MergedDictionaries>
8+ <!-- < ResourceDictionary.MergedDictionaries>
99 <ResourceDictionary Source="ms-appx:///Riverside.Toolkit.Buttons/Buttons.xaml" />
1010 <ResourceDictionary Source="ms-appx:///Riverside.Toolkit.Brushes/MicaBrushes.xaml" />
11- </ResourceDictionary .MergedDictionaries>
11+ </ResourceDictionary.MergedDictionaries>-->
1212 <Style TargetType =" controls:InfoBar" >
1313 <Setter Property =" IsTabStop" Value =" False" />
1414 <Setter Property =" IsClosable" Value =" True" />
Original file line number Diff line number Diff line change 22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : ToolkitControls =" using:Riverside.Toolkit.Controls" >
5- <ResourceDictionary .MergedDictionaries>
5+ <!-- < ResourceDictionary.MergedDictionaries>
66 <ResourceDictionary Source="ms-appx:///Cube.UI/Brushes/StyleBrushes.xaml" />
7- </ResourceDictionary .MergedDictionaries>
7+ </ResourceDictionary.MergedDictionaries>-->
88 <Style x : Key =" GlowTextBox" TargetType =" TextBox" >
99 <Setter Property =" Foreground" Value =" {ThemeResource TextControlForeground}" />
1010 <Setter Property =" Background" Value =" {ThemeResource SortHvidBrush}" />
You can’t perform that action at this time.
0 commit comments