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

@@ -369,11 +369,6 @@ rules := []style.Rule {
style.Ru(style.AS (
tomo.AttrColor { Color: tomo.ColorAccent },
), tomo.R("", "MenuItem"), "focused"),
// *.MenuItem[hovered]
style.Ru(style.AS (
tomo.AttrColor { Color: tomo.ColorAccent },
), tomo.R("", "MenuItem"), "hovered"),
// *.File
style.Ru(style.AS (
@@ -410,16 +405,6 @@ rules := []style.Rule {
},
},
), tomo.R("", "TearLine"), "focused"),
// *.TearLine[hovered]
style.Ru(style.AS (
tomo.AttrBorder {
tomo.Border {
Width: tomo.I(3),
Color: borderColorFocused,
},
},
), tomo.R("", "TearLine"), "hovered"),
// *.Calendar
style.Ru(style.AS (