Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Minor Search bar CSS issue #148

Open
gbowne1 opened this issue Aug 27, 2023 · 10 comments
Open

[BUG] Minor Search bar CSS issue #148

gbowne1 opened this issue Aug 27, 2023 · 10 comments
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Aug 27, 2023

In the browser console, I am getting Expected declaration but found ‘&’. Skipped to next declaration. localhost:3000:19:5
Elements matching selector: .search-input
NodeList [ input.search-input
]

0:

I couldn't figure out where the & was located, easily but it actually may be describing this portion of BookSearch.css:

.search-input {
    width: 300px;
    padding: 0.563rem;
    font-size: 0.875rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    letter-spacing: 0.5px;

    &:focus,
    &:active,
    &:hover {
        box-shadow: 2px 4px 16px rgba(28, 32, 36, 0.6);
    }
}

I am not certain how to fix this, but it's a minor issue.

@gbowne1 gbowne1 added bug Something isn't working help wanted Extra attention is needed labels Aug 27, 2023
@gbowne1 gbowne1 added this to the Frontend milestone Aug 27, 2023
@gbowne1 gbowne1 moved this to In Progress in CodeBooker Aug 27, 2023
@gbowne1 gbowne1 moved this from In Progress to Todo in CodeBooker Aug 27, 2023
@LOGESH-B
Copy link
Collaborator

Hii @gbowne1
I am not getting such errors🥴
image

@gbowne1
Copy link
Owner Author

gbowne1 commented Aug 28, 2023

6th console line down.. Screenshot_2023-08-27_21-09-18

@gbowne1
Copy link
Owner Author

gbowne1 commented Aug 28, 2023

I do get the same MUI errors though

@LOGESH-B
Copy link
Collaborator

I can't get any warnings in console of any browser, but in styling i got warning symbol,its showing to you may be because of using React dev tools
image
image
image

@gbowne1
Copy link
Owner Author

gbowne1 commented Aug 28, 2023

I don't always use React Dev Tools. It could very well be a browser issue. Some browsers I know don't like using &

@gbowne1
Copy link
Owner Author

gbowne1 commented Oct 16, 2023

@BlackBond06 can you tell if this issue still exists?

@BlackBond06
Copy link
Collaborator

@gbowne1 I did not get this error in the console for the home page using Chrome and Microsoft Edge. Is there any other way to check for this error ?

@BlackBond06
Copy link
Collaborator

There is also a UI/UX designer that wants to contribute but he is experiencing difficulty setting up the backend of the project. I think we really need to have a clear and easy-to-understand documentation on setting up the backend of the project.

@gbowne1
Copy link
Owner Author

gbowne1 commented Oct 16, 2023

@BlackBond06 I haven't got this error in a while.

If it's not in Firefox or Chrome anymore I think it's safe and ok to cancel this. I do not have access to Edge so I don't know about that. Maybe try the Chromium browser since that's what its based on these days.

Let me know and we can cancel this issue.

@gbowne1
Copy link
Owner Author

gbowne1 commented Oct 16, 2023

I also agree about the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

3 participants