mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix cursor
This commit is contained in:
parent
e1ffd18766
commit
9c20e10a1e
@ -419,14 +419,14 @@
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 10;
|
||||
cursor: default;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
border-radius: @variables_radius_S;
|
||||
border-radius: @variables_radius;
|
||||
}
|
||||
}
|
||||
.cp-app-drive-tree-docs {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user