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

Added vjs-button class to button controls #2084

Closed
wants to merge 4 commits into from

Conversation

forbesjo
Copy link
Contributor

Fixe for issue #1204

@@ -1,4 +1,5 @@
.video-js .vjs-control {
.video-js .vjs-control,
.video-js .vjs-button {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, we can remove all of these vjs-button additions in the CSS. All of the elements already have the vjs-control class name, so all of those styles will already apply.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll remove them, I initially added them in case we remove vjs-control from
the buttons in the future.
On Tue, Apr 28, 2015 at 6:07 PM Steve Heffernan notifications@github.com
wrote:

In src/css/components/_control.scss
#2084 (comment):

@@ -1,4 +1,5 @@
-.video-js .vjs-control {
+.video-js .vjs-control,
+.video-js .vjs-button {

Actually, we can remove all of these vjs-button additions in the CSS. All
of the elements already have the vjs-control class name, so all of those
styles will already apply.


Reply to this email directly or view it on GitHub
https://github.com/videojs/video.js/pull/2084/files#r29293744.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, got it. That makes sense but we should do that in the same PR where we adjust the buttons.

@heff
Copy link
Member

heff commented Apr 28, 2015

Made one comment but otherwise it looks good to me. The test failed for an unrelated reason so restarted them.

@heff
Copy link
Member

heff commented Apr 29, 2015

Very nice. Lgtm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants