mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +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");
|
color: themed("headingButtonColor");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
margin-right: 0.25rem;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user