mirror of
https://github.com/docmost/docmost.git
synced 2026-08-29 18:14:58 +08:00
fix(base): remove focus outline on grid container
This commit is contained in:
@@ -36,6 +36,11 @@
|
|||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bodyGrid:focus,
|
||||||
|
.bodyGrid:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.bodyGrid::-webkit-scrollbar {
|
.bodyGrid::-webkit-scrollbar {
|
||||||
height: 8px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user