mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
style: Clean up button styles in RenameConfirmScreen
This commit is contained in:
@@ -11,14 +11,8 @@ class RenameConfirmScreen(Screen):
|
|||||||
#confirm_content {
|
#confirm_content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
# Button {
|
|
||||||
# background: $surface;
|
|
||||||
# border: solid $surface;
|
|
||||||
}
|
|
||||||
Button:focus {
|
Button:focus {
|
||||||
background: $primary;
|
background: $primary;
|
||||||
# color: $text-primary;
|
|
||||||
# border: solid $primary;
|
|
||||||
}
|
}
|
||||||
#buttons {
|
#buttons {
|
||||||
align: center middle;
|
align: center middle;
|
||||||
|
|||||||
Reference in New Issue
Block a user