mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
[PM-26449] Add mouse cursor hover on the Edit Shortcut link (#16708)
* PM-26449 add hover and focus styling for edit shortcut link, add tab support to the link * reduce styling scope, switch from span to appropriate a tag
This commit is contained in:
@@ -360,11 +360,16 @@ form,
|
||||
}
|
||||
}
|
||||
|
||||
.settings-link {
|
||||
.help-block a.settings-link {
|
||||
text-decoration: none;
|
||||
@include themify($themes) {
|
||||
color: themed("primaryColor");
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: darken(themed("primaryColor"), 6%);
|
||||
}
|
||||
}
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
app-root > #loading,
|
||||
|
||||
Reference in New Issue
Block a user