Skip to content

Commit 1cc78ea

Browse files
Merge pull request #12286 from nextcloud/fix/css-classes
fix(developer): Rename invalid css variables
2 parents 2085541 + eb89b5b commit 1cc78ea

File tree

1 file changed

+2
-2
lines changed
  • developer_manual/html_css_design

1 file changed

+2
-2
lines changed

developer_manual/html_css_design/css.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ Element structure variables
186186
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
187187
| ``--default-grid-baseline`` | ``4px`` | Foundation of all spacing sizes used on Nextcloud which are multiples of the baseline size |
188188
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
189-
| ``--border-width-element`` | ``1px`` | Border width for interactive elements such as text fields and selects |
189+
| ``--border-width-input`` | ``1px`` | Border width for interactive elements such as text fields and selects |
190190
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
191-
| ``--border-width-element-focused`` | ``2px`` | Border width for interactive elements when focussed (adjusted for accessibility) |
191+
| ``--border-width-input-focused`` | ``2px`` | Border width for interactive elements when focussed (adjusted for accessibility) |
192192
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
193193
| ``--border-radius-small`` | ``4px`` | Border radius used for smaller elements |
194194
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)