-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4177d9
commit 7890794
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ page-links: | |
|
||
= Lumo Interaction | ||
|
||
== Cursor | ||
|
||
Lumo defines a CSS custom property that you can use to adjust the way in which your application signals clickable elements to users of pointer devices -- typically a mouse. | ||
|
||
You can either follow the _web_ approach and use the pointer (i.e., hand) cursor for clickable items, or take the _desktop_ approach and use the default (i.e., arrow) cursor. | ||
|
@@ -28,5 +30,9 @@ You can either follow the _web_ approach and use the pointer (i.e., hand) cursor | |
| [custom-property]#--lumo-clickable-cursor# | ||
|=== | ||
|
||
[role="since:com.vaadin:[email protected]"] | ||
== Pointer Focus Ring | ||
|
||
By default, Vaadin components only show a focus ring when the user navigates using the keyboard. You can enable a focus ring for pointer devices by setting the `--lumo-input-field-pointer-focus-visible` custom property to `1`. Note that this only applies to components with an input field such as Text Field, Date Picker, etc. | ||
Check warning on line 36 in articles/styling/lumo/lumo-style-properties/interaction.adoc GitHub Actions / lint
|
||
|
||
[discussion-id]`4D15B095-CBCB-4E82-A82B-E5B2DA00EDE5` |