mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +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:
parent
a8299e7040
commit
7c79487f04
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user