1
0
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:
Daniel Riera
2025-10-02 14:21:01 -04:00
committed by GitHub
parent 9182628b28
commit cac6a36275
2 changed files with 11 additions and 4 deletions

View File

@@ -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,