1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-28 07:49:41 +01:00

[PM-7565] fix filter icon alignment (#8790)

update styles so that folders and subfolders are correctly aligned in vault filters on web and desktop
This commit is contained in:
SamFrank234 2024-10-23 14:21:56 -04:00 committed by GitHub
parent a8299e7040
commit 7c79487f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,8 @@
color: themed("headingButtonColor"); color: themed("headingButtonColor");
} }
margin-right: 0.25rem;
&:hover, &:hover,
&:focus { &:focus {
@include themify($themes) { @include themify($themes) {

View File

@ -43,6 +43,7 @@
button.toggle-button, button.toggle-button,
button.add-button { button.add-button {
margin-right: 0.25rem;
&:hover, &:hover,
&:focus { &:focus {
@include themify($themes) { @include themify($themes) {
@ -98,6 +99,7 @@
} }
.toggle-button { .toggle-button {
margin-right: 0.25rem;
&:hover, &:hover,
&:focus { &:focus {
@include themify($themes) { @include themify($themes) {