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
a38cc458
Commit
a38cc458
authored
3 years ago
by
jojohoch
Browse files
Options
Downloads
Patches
Plain Diff
[editor] Fix coloring of the slider rectangle at position 0
parent
b1bdb170
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-editor.txt
+1
-0
1 addition, 0 deletions
docs/release-notes-editor.txt
projects/common/ui-elements/slider/slider.component.ts
+2
-1
2 additions, 1 deletion
projects/common/ui-elements/slider/slider.component.ts
with
3 additions
and
1 deletion
docs/release-notes-editor.txt
+
1
−
0
View file @
a38cc458
...
...
@@ -2,6 +2,7 @@ Editor
======
1.25.0
- Remove border of slider rectangle in number line mode at position 0
- Fix coloring of the slider rectangle in number line mode at position 0
1.24.0
- Show arrow for slider in number line mode
...
...
This diff is collapsed.
Click to expand it.
projects/common/ui-elements/slider/slider.component.ts
+
2
−
1
View file @
a38cc458
...
...
@@ -101,8 +101,9 @@ import { FormElementComponent } from '../../directives/form-element-component.di
'
.number-marker {width: 2px; height: 20px; background-color: #555; margin: 10px auto 0 auto}
'
,
// eslint-disable-next-line max-len
'
.arrow-head {width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 20px solid #555;}
'
,
// Background color must use !important to be displayed also in the editor
// eslint-disable-next-line max-len
'
:host ::ng-deep .bar-style .mat-slider-thumb {border-radius: 0; border: none; width: 9px; height: 40px; bottom: -20px; margin-right: 5px; background-color: #006064}
'
,
'
:host ::ng-deep .bar-style .mat-slider-thumb {border-radius: 0; border: none; width: 9px; height: 40px; bottom: -20px; margin-right: 5px; background-color: #006064
!important
}
'
,
'
:host ::ng-deep .bar-style .mat-slider-track-fill {background-color: rgba(0,0,0,0);}
'
,
'
:host ::ng-deep .bar-style .mat-slider-track-background {background-color: rgba(0,0,0,0);}
'
]
...
...
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