mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00: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:
@@ -141,6 +141,8 @@
|
||||
color: themed("headingButtonColor");
|
||||
}
|
||||
|
||||
margin-right: 0.25rem;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
@include themify($themes) {
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
button.toggle-button,
|
||||
button.add-button {
|
||||
margin-right: 0.25rem;
|
||||
&:hover,
|
||||
&:focus {
|
||||
@include themify($themes) {
|
||||
@@ -98,6 +99,7 @@
|
||||
}
|
||||
|
||||
.toggle-button {
|
||||
margin-right: 0.25rem;
|
||||
&:hover,
|
||||
&:focus {
|
||||
@include themify($themes) {
|
||||
|
||||
Reference in New Issue
Block a user