-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(svg-icons): icon size consistency (#8380)
* fix(svg-icons): icon size consistency The icons have been regenerated from the svg files in `videojs/font` to ensure consistency in size. - update icons.svg file * fix(svg-icons): default height and width in css Uses the same reference value from the font size of `font icons` to define the default height and width of `svg icons` * fix(big-play-button): default height and width of svg icon Uses the same size as the big-play-button font size and centers the svg icon * fix(volume-control): default height and width of svg icon Uses the same size as the `volume-level` font size and centers the svg icon for both horizontal and vertical display * fix(volume-control): mouse-display overlaps the volume-level svg icon * fix(play-progress): default height and width of svg icon Uses the same size as the `play-progress` font size and removes the hover effect * fix(subtitles-button): default height and width of svg icon Uses the same size as the `subtitles button` font size
- Loading branch information
Showing
6 changed files
with
104 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.