Skip to content
Snippets Groups Projects
Commit 0204c9d5 authored by jojohoch's avatar jojohoch
Browse files

Do not color the progress on the number line

parent 0a7f123b
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ Editor ...@@ -4,6 +4,7 @@ Editor
- Fix setting of the default z-index for frames - Fix setting of the default z-index for frames
- Use dot instead of comma as thousands separator in number line - Use dot instead of comma as thousands separator in number line
- Rename option "Balken statt Kreis" of number line to "Zahlenstrahl-Modus" - Rename option "Balken statt Kreis" of number line to "Zahlenstrahl-Modus"
- Do not color the progress on the number line
1.22.0 1.22.0
- Rework cloze element - Rework cloze element
......
...@@ -5,6 +5,7 @@ Player ...@@ -5,6 +5,7 @@ Player
- Change names of virtual keyboards for math - Change names of virtual keyboards for math
- Fix the display of dynamic elements with negative z-index - Fix the display of dynamic elements with negative z-index
- Use dot instead of comma as thousands separator in number line - Use dot instead of comma as thousands separator in number line
- Do not color the progress on the number line
1.16.0 1.16.0
......
...@@ -63,7 +63,9 @@ import { FormElementComponent } from '../../directives/form-element-component.di ...@@ -63,7 +63,9 @@ import { FormElementComponent } from '../../directives/form-element-component.di
</div> </div>
`, `,
styles: [ styles: [
':host ::ng-deep .bar-style .mat-slider-thumb {border-radius: 0; width: 10px; height: 40px; bottom: -15px}' ':host ::ng-deep .bar-style .mat-slider-thumb {border-radius: 0; width: 10px; height: 40px; bottom: -15px}',
':host ::ng-deep .bar-style .mat-slider-track-fill { background-color: rgba(0,0,0,.38);}',
':host ::ng-deep .bar-style .mat-slider-track-background { background-color: rgba(0,0,0,.38);}'
] ]
}) })
export class SliderComponent extends FormElementComponent implements OnInit { export class SliderComponent extends FormElementComponent implements OnInit {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment