mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 03:43:23 +00:00
added outline styles for keyboard nav
This commit is contained in:
14
app/main.css
14
app/main.css
@@ -13,6 +13,10 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: 1px dotted grey;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url('../assets/bg.svg');
|
||||
background-position: center;
|
||||
@@ -96,10 +100,6 @@ body {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.delete:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
details {
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -278,6 +278,12 @@ select {
|
||||
}
|
||||
}
|
||||
|
||||
@variants focus {
|
||||
.outline {
|
||||
outline: 1px dotted grey;
|
||||
}
|
||||
}
|
||||
|
||||
.word-break-all {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user