-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Subs Caps Button isn't sized fully in v6 #4547
Comments
HI I would like to help with this bug issue! Is there anyone else working on it right now? |
@agiridharan feel free to grab this. No one is working on it as far as I know. Thanks! |
Hi @gkatsev I'm not understanding how to setup the video.js. I have run the build command, but I'm stuck on what I should do after that. |
@agiridharan hey, sorry it took so long for me to get back to you. Unfortunately, seems like someone already sniped this issue :( ( #4548 ). If you're still interested in trying to get this set up and working, I'd be happy to help you out. We have general docs about contributing but essentially, the best way to do it is by clone the repo, run |
Also, I'd hope to get more |
Hi @gkatsev, i would like to help. |
add as proposed 100% width and height and reorder css properties according to https://css-tricks.com/poll-results-how-do-you-order-your-css-properties/ fixies issue videojs#4547
…deojs#4548) Add a width and height property of 100% to `.vjs-control .vjs-button` selector. Fixes videojs#4547.
Description
The new Subs Caps Button in v6 has full functionality, however, when you click on it, you can see that the focus outline is sized to only the font-icon rather than the entire button itself.
Where as it should look like so:
Steps to reproduce
Results
Expected
Expected to outline the entire button
Actual
The outline only covers the font icon itself
Proposed solution
In the
button.scss
file, add a new selector that targets.vjs-button
class inside of a.vjs-control
class and sizes it to be100%
To rebuild the styles locally, you can then run
grunt skin
ornpm run grunt -- skin
.The text was updated successfully, but these errors were encountered: