Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IQB
verona-modules-aspect
Commits
7e11d9e4
Commit
7e11d9e4
authored
3 years ago
by
jojohoch
Browse files
Options
Downloads
Patches
Plain Diff
Hide media control bar when no control is marked for display
parent
b2608ca1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/release-notes-player.txt
+1
-2
1 addition, 2 deletions
docs/release-notes-player.txt
projects/common/element-components/control-bar/control-bar.component.html
+8
-2
8 additions, 2 deletions
...element-components/control-bar/control-bar.component.html
with
9 additions
and
4 deletions
docs/release-notes-player.txt
+
1
−
2
View file @
7e11d9e4
...
...
@@ -5,8 +5,7 @@ Player
with the minRun property have been played.
- Fix style and scroll behavior of marking buttons
- Fix problem with truncated text in text components when using large font sizes
- Hide audio and video control bar when no control is marked for display
1.5.0
- Show the magnifier only when the mouse is over the image
...
...
This diff is collapsed.
Click to expand it.
projects/common/element-components/control-bar/control-bar.component.html
+
8
−
2
View file @
7e11d9e4
<div
class=
"control-bar"
[class.hint-border]=
"showHint"
>
<div
*ngIf=
"elementModel.startControl ||
elementModel.pauseControl ||
elementModel.showRestRuns ||
elementModel.progressBar ||
elementModel.showRestTime ||
elementModel.volumeControl"
class=
"control-bar"
[class.hint-border]=
"showHint"
>
<ng-container
*ngIf=
"elementModel.startControl"
>
<button
*ngIf=
"!playing || !elementModel.pauseControl"
type=
"button"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment