mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
pages/search: buttons: selectable text
This commit is contained in:
parent
8be2df4d18
commit
5b88d3538a
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@ main {
|
||||||
gap: calc(2 * var(--step));
|
gap: calc(2 * var(--step));
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
user-select: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab > * {
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab:focus-visible {
|
.tab:focus-visible {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue