mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix CSS style guide state class naming convention to be camel case.
This commit is contained in:
parent
1befc57384
commit
bc1b49b88e
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