mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
Further Dark Theme QA Fixes (#1217)
* Add webAuthn logo for dark theme * Add alt tags to 2FA logo images
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
}
|
||||
|
||||
& > a {
|
||||
@include themify($themes) {
|
||||
color: themed('tableLinkColor');
|
||||
}
|
||||
&:hover {
|
||||
&:not(.badge) {
|
||||
@include themify($themes) {
|
||||
color: themed('tableLinkColorHover');
|
||||
color: themed('tableLinkColor');
|
||||
}
|
||||
&:hover {
|
||||
@include themify($themes) {
|
||||
color: themed('tableLinkColorHover');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user