-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hotfix: Fixing problem with setter in webkit-audiocontext-patch. Fixes #44. Fixes overtone circle scaling coordinates issue. Fixes #43. Fixing some dependencies issues.
- Loading branch information
Showing
6 changed files
with
8,245 additions
and
78 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +0,0 @@ | ||
/* | ||
* Slightly degrading Firefox users experience. | ||
* | ||
* Firefox defaults the `transform-box` property of SVGs to the viewport | ||
* instead of `fill-box`. The CSS cannot be modified in the release without | ||
* setting a pref. So, for the time being, we are changing the experience of | ||
* the user in this case. | ||
* | ||
* @see https://bugzilla.mozilla.org/show_bug.cgi?id=1208550 | ||
*/ | ||
|
||
.firefox { | ||
.overtone { opacity: 0.9; } | ||
|
||
.overtone:hover, | ||
.overtone:active, | ||
.overtone.active { | ||
opacity: 1; | ||
transform: scale(1); | ||
} | ||
} | ||
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.