mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
UI - Move profile editor into Profile screen, profile page no longer always has to show the editor
18 lines
812 B
XML
18 lines
812 B
XML
<Styles xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:avalonia="clr-namespace:Material.Icons.Avalonia;assembly=Material.Icons.Avalonia">
|
|
<Design.PreviewWith>
|
|
<HyperlinkButton Grid.Column="0" Classes="icon-button icon-button-small broken-state-button" Margin="50">
|
|
<avalonia:MaterialIcon Kind="AlertCircle" />
|
|
</HyperlinkButton>
|
|
</Design.PreviewWith>
|
|
|
|
<!-- Add Styles Here -->
|
|
<Style Selector="HyperlinkButton.broken-state-button avalonia|MaterialIcon">
|
|
<Setter Property="Foreground" Value="#E74C4C" />
|
|
</Style>
|
|
|
|
<Style Selector="HyperlinkButton.broken-state-button:pointerover avalonia|MaterialIcon">
|
|
<Setter Property="Foreground" Value="#B93F3F" />
|
|
</Style>
|
|
</Styles> |