chore(app): keybind tooltip component
This commit is contained in:
parent
a2857bba83
commit
3a1cfa6c73
5 changed files with 66 additions and 81 deletions
|
|
@ -2,6 +2,19 @@
|
|||
display: flex;
|
||||
}
|
||||
|
||||
[data-slot="tooltip-keybind"] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
[data-slot="tooltip-keybind-key"] {
|
||||
color: var(--icon-base);
|
||||
font-size: var(--font-size-small);
|
||||
font-weight: var(--font-weight-medium);
|
||||
line-height: var(--line-height-large);
|
||||
}
|
||||
|
||||
[data-component="tooltip"] {
|
||||
z-index: 1000;
|
||||
max-width: 320px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue