Improve close button hover effect

This commit is contained in:
Malcolm Smith 2023-08-25 08:59:09 +01:00
parent 049552697e
commit 1dcacae78c

View file

@ -20,7 +20,8 @@ class WindowCloseButton(TextualButton):
color: white;
}
WindowCloseButton:hover {
background: white 10%;
background: black;
border: none;
}
WindowCloseButton:focus {
text-style: bold;