Update styles in response to new focus method for MenuItem

This commit is contained in:
2024-08-24 14:43:48 -04:00
parent 058b6ba8df
commit 2aea7764d3
2 changed files with 0 additions and 23 deletions

View File

@@ -198,10 +198,6 @@ $BorderOuterShadow = #a4afc0 ;
Color: #0000;
}
*.MenuItem[hovered] {
Color: $ColorDot;
}
*.MenuItem[focused] {
Color: $ColorDot;
}
@@ -218,10 +214,6 @@ $BorderOuterShadow = #a4afc0 ;
Border: $BorderTearPad / 3, $BorderTear / 1;
}
*.TearLine[hovered] {
Border: $BorderTearPadFocused / 3, $BorderTearFocused / 1;
}
*.TearLine[focused] {
Border: $BorderTearPadFocused / 3, $BorderTearFocused / 1;
}