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

Remove border of slider rectangle in number line mode at position 0

parent bedc2619
No related branches found
No related tags found
No related merge requests found
Editor Editor
====== ======
1.25.0
- Remove border of slider rectangle in number line mode at position 0
1.24.0 1.24.0
- Show arrow for slider in number line mode - Show arrow for slider in number line mode
- Center the position of slider rectangle in number line mode - Center the position of slider rectangle in number line mode
......
Player Player
====== ======
1.19.0
- Remove border of slider rectangle in number line mode at position 0
1.18.0 1.18.0
- Show arrow for slider in number line mode - Show arrow for slider in number line mode
- Center the position of slider rectangle in number line mode - Center the position of slider rectangle in number line mode
...@@ -12,7 +15,6 @@ Player ...@@ -12,7 +15,6 @@ Player
- Use dot instead of comma as thousands separator in slider - Use dot instead of comma as thousands separator in slider
- Do not color the progress on the number line - Do not color the progress on the number line
1.16.0 1.16.0
- Start the valid value range for DropDown, Likert, RadioGroup, RadioGroupImages and ToggleButton at 1 - Start the valid value range for DropDown, Likert, RadioGroup, RadioGroupImages and ToggleButton at 1
Attention! This can lead to incompatibilities when reloading units that were answered in IQB - TestCenter Attention! This can lead to incompatibilities when reloading units that were answered in IQB - TestCenter
......
...@@ -102,7 +102,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di ...@@ -102,7 +102,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di
// eslint-disable-next-line max-len // 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;}', '.arrow-head {width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 20px solid #555;}',
// eslint-disable-next-line max-len // eslint-disable-next-line max-len
':host ::ng-deep .bar-style .mat-slider-thumb {border-radius: 0; 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}',
':host ::ng-deep .bar-style .mat-slider-track-fill {background-color: rgba(0,0,0,0);}', ':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);}' ':host ::ng-deep .bar-style .mat-slider-track-background {background-color: rgba(0,0,0,0);}'
] ]
......
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