breezy update
This commit is contained in:
parent
1117f358cc
commit
79ae297121
|
@ -52,13 +52,21 @@ Button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
Button:toggled {
|
Button:toggled {
|
||||||
background: $blend(--bg 0.8 --accent)
|
background: $blend(--bg 0.3 --accent)
|
||||||
}
|
}
|
||||||
|
|
||||||
Button:pressed {
|
Button:pressed {
|
||||||
background: $blend(--bg 0.8 --accent)
|
background: $blend(--bg 0.8 --accent)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Button:pressed:toggled {
|
||||||
|
background: $blend(--bg 0.2 --accent)
|
||||||
|
}
|
||||||
|
|
||||||
|
Button:toggled:hover {
|
||||||
|
background: $blend(--bg 0.3 --accent)
|
||||||
|
}
|
||||||
|
|
||||||
Input {
|
Input {
|
||||||
shadow: --defaultInputBevel
|
shadow: --defaultInputBevel
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue