Skip to content

Commit

Permalink
Slider Examples with aria-orientation and aria-valuetext: Fix CSS bug…
Browse files Browse the repository at this point in the history
… so labels have consistent appearance (pull #1593)

The Temperature label for the vertical slider in Slider Examples with aria-orientation and aria-valuetext is bold, but the labels for the text sliders (Fan and Heat/Cool) were not.
This commit adds a missing period to the css selector so all the labels are bold.

Co-authored-by: Matt King <a11yThinker@Gmail.com>
  • Loading branch information
carmacleod and mcking65 committed Dec 13, 2020
1 parent 214d3e4 commit ee15d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/slider/css/text-slider.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ div.aria-widget-text-slider div.value {
position: absolute;
}

div.aria-widget-text-slider label {
div.aria-widget-text-slider .label {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
Expand Down

0 comments on commit ee15d76

Please sign in to comment.