Change all filter icon to bx bx-slider-alt ms-2. In image Gallery, Directory and Project List.
This commit is contained in:
parent
189c70cc78
commit
0555e01b2c
@ -299,7 +299,10 @@ const DirectoryPageHeader = ({
|
||||
data-bs-toggle="dropdown"
|
||||
aria-expanded="false"
|
||||
>
|
||||
<<<<<<< HEAD
|
||||
<i className={`bx bx-slider-alt ${notesFilterCount > 0 ? "text-primary" : "text-muted"}`}></i>
|
||||
=======
|
||||
>>>>>>> f91a518 (Change all filter icon to bx bx-slider-alt ms-2. In image Gallery, Directory and Project List.)
|
||||
<i className={`bx bx-slider-alt ms-1 ${notesFilterCount > 0 ? "text-primary" : "text-muted"}`}></i>
|
||||
{notesFilterCount > 0 && (
|
||||
<span className="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-warning" style={{ fontSize: "0.4rem" }}>
|
||||
@ -430,7 +433,10 @@ const DirectoryPageHeader = ({
|
||||
data-bs-toggle="dropdown"
|
||||
aria-expanded="false"
|
||||
>
|
||||
<<<<<<< HEAD
|
||||
<i className={`bx bx-slider-alt ${filtered > 0 ? "text-primary" : "text-muted"}`}></i>
|
||||
=======
|
||||
>>>>>>> f91a518 (Change all filter icon to bx bx-slider-alt ms-2. In image Gallery, Directory and Project List.)
|
||||
<i className={`bx bx-slider-alt ms-1 ${filtered > 0 ? "text-primary" : "text-muted"}`}></i>
|
||||
{filtered > 0 && (
|
||||
<span className="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-warning" style={{ fontSize: "0.4rem" }}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user