Skip to content

Commit

Permalink
(mobile) Slider focus outline is out of guideline
Browse files Browse the repository at this point in the history
[Issue] #893
[Problem] Focus outline is not described in guideline
[Solution]
 - outline style has been removed

Signed-off-by: Tomasz Lukawski <t.lukawski@samsung.com>
  • Loading branch information
TomaszLukawskiSam committed May 4, 2020
1 parent d058ca7 commit bcf3dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/profile/mobile/common/slider.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

&:focus {
outline: 4 * @unit_base solid @color_focus_border;
outline: none;
}

.ui-slider-handler-track {
Expand Down

0 comments on commit bcf3dd5

Please sign in to comment.