Merge pull request #8858 from elastic/jasper/backport/8857/5.x

[backport] PR #8857 to 5.x - Fix CSS style guide state class naming convention to be camel case.
This commit is contained in:
CJ Cenizal 2016-10-27 12:00:29 -07:00 committed by GitHub
commit 098ca2abb2

View file

@ -196,7 +196,7 @@ Notice that all states contain a boolean keyword, typically "is".
/**
* 1. This button can appear in a "pressed" aka "pinned" state.
*/
&.localNavButton-is-pressed {
&.localNavButton-isPressed {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); /* 1 */
}
}