diff options
| author | Larvan2 <[email protected]> | 2026-01-01 15:52:18 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2026-01-01 15:52:18 +0800 |
| commit | a547b3c8dc48791c4f767da0314d907eba543cc1 (patch) | |
| tree | 70a0d500147dcb972574e9a9641da956e033a963 /src/components/CollapsibleSectionHeader.module.scss | |
| parent | 6768024fc9460f7f5a459de32de4cf771c75e19c (diff) | |
chore: adjust style
Diffstat (limited to 'src/components/CollapsibleSectionHeader.module.scss')
| -rw-r--r-- | src/components/CollapsibleSectionHeader.module.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/CollapsibleSectionHeader.module.scss b/src/components/CollapsibleSectionHeader.module.scss index a875719..f0797dd 100644 --- a/src/components/CollapsibleSectionHeader.module.scss +++ b/src/components/CollapsibleSectionHeader.module.scss @@ -2,6 +2,7 @@ display: flex; align-items: center; padding: 5px; + user-select: none; &:focus { outline: none; |
