mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
commit
098ca2abb2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue