fix(docs): several minor doc fixes (#7652)
This commit is contained in:
@@ -476,8 +476,8 @@ leave the other states untouched) use
|
||||
values can be used as well. E.g.
|
||||
:cpp:expr:`lv_obj_add_state(widget, part, LV_STATE_PRESSED | LV_PRESSED_CHECKED)`.
|
||||
|
||||
To learn more about the states read the related section of the
|
||||
:ref:`Style overview <styles>`.
|
||||
To learn more about the states, read the related section of
|
||||
:ref:`styles_overview`.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
.. _style_details:
|
||||
.. _styles_overview:
|
||||
|
||||
=============
|
||||
Style Details
|
||||
=============
|
||||
===============
|
||||
Styles Overview
|
||||
===============
|
||||
|
||||
Styles are used to set the appearance of Widgets. Styles in lvgl are
|
||||
Styles are used to set the appearance of Widgets. Styles in LVGL are
|
||||
heavily inspired by CSS. The concept in a nutshell is that a
|
||||
style is an :cpp:type:`lv_style_t` variable which can hold properties like
|
||||
border width, font, text color and so on. It's similar to a ``class`` in CSS.
|
||||
|
||||
Reference in New Issue
Block a user