-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update CSS Styling #186
Update CSS Styling #186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just like the other PR: Blocking for Lighthouse checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
b3d059c
to
99b9098
Compare
Is it possible to bypass Lint checks for this PR as, it is only a CSS update, and not added content |
Checks dont block merge |
-Make Dark Mode Darker -Add A Placeholder To The Search Bar In `Supported Devices` -Match Search Bar Styling to Nav Search Bar in `Supported Devices` -Make Danger Tip Have Better Contrast -Make Nav Items Larger for better Accessibility -Change Code Snippet Colors for better contrast
@@ -40,7 +40,7 @@ If you're on a smaller screen, scroll sideways to see whole table. | |||
::: | |||
|
|||
<AddScript script-url="../../supported-devices.js"/> | |||
<p>Search: <input type="text" class="deviceSearch"></p> | |||
<p><input type="text" class="deviceSearch" placeholder="Enter Your Boardname Or Device Name"></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can change the bg and make it pop more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's one example of a larger problem IMO. I don't know what issue this PR is trying to solve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The field and text are a accessibility issue aswell due to missing contrast
the CSS changes here overall reduce the contrast between elements in dark mode, making things harder to see. I can't say I'm a fan at all. |
Is this a reference to the search bar or the website as a whole? |
both. What is the goal of the CSS changes in this PR? |
.sidebar::-webkit-scrollbar { | ||
width: 0%; | ||
height: 0%; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why no scrollbar (in the first place)? This is a accessibility issue...
@@ -40,7 +40,7 @@ If you're on a smaller screen, scroll sideways to see whole table. | |||
::: | |||
|
|||
<AddScript script-url="../../supported-devices.js"/> | |||
<p>Search: <input type="text" class="deviceSearch"></p> | |||
<p><input type="text" class="deviceSearch" placeholder="Enter Your Boardname Or Device Name"></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The field and text are a accessibility issue aswell due to missing contrast
Closing because author declared absence in Discord |
-Make Dark Mode Darker
-Add A Placeholder To The Search Bar In
Supported Devices
-Match Search Bar Styling to Nav Search Bar in
Supported Devices
-Make Danger Tip Have Better Contrast
-Make Nav Items Larger for better Accessibility