✨ chore: make workspaces fit in a single widget, add keyboard support for the logout menu
This commit is contained in:
+10
-2
@@ -69,9 +69,13 @@ entry {
|
||||
right: 4px;
|
||||
};
|
||||
|
||||
&:hover, &:focus {
|
||||
&:hover {
|
||||
background: colors.$bg-secondary;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: inset 0 0 0 2px colors.$fg-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,9 +118,13 @@ entry {
|
||||
padding: 2px;
|
||||
border-radius: 8px;
|
||||
|
||||
&:hover, &:focus {
|
||||
&:hover {
|
||||
background: colors.$bg-secondary;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: inset 0 0 0 1px colors.$fg-primary;
|
||||
}
|
||||
}
|
||||
|
||||
& icon.close {
|
||||
|
||||
Reference in New Issue
Block a user