Skip to content

Commit

Permalink
@vxsx fixed legend selector to be more specific. Fixes #3492. Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
vxsx authored and gkatsev committed Aug 8, 2016
1 parent ae788be commit 14d36a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_
* @vxsx fixed legend selector to be more specific. Fixes #3492 ([view](https://github.com/videojs/video.js/pull/3494))

--------------------

Expand Down
3 changes: 2 additions & 1 deletion src/css/components/_captions-settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
min-height: 40px;
border: none;
}
.vjs-caption-settings .vjs-tracksetting label, legend {
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
display: block;
width: 100px;
margin-bottom: 5px;
Expand Down

0 comments on commit 14d36a4

Please sign in to comment.