mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 02:35:20 +02:00
feat: Browser detection in css
This commit is contained in:
@@ -18,10 +18,14 @@ a {
|
||||
@apply bg-zinc-700 bg-opacity-40 animate-pulse text-transparent rounded-lg select-none;
|
||||
}
|
||||
|
||||
.selectable {
|
||||
html:not([data-useragent*="Tizen"]) .selectable {
|
||||
@apply outline-none outline-0 border-2 border-[#00000000] focus-visible:border-[#f0cd6dc2];
|
||||
}
|
||||
|
||||
html[data-useragent*="Tizen"] .selectable {
|
||||
@apply outline-none outline-0 border-2 border-[#00000000] focus-within:border-[#f0cd6dc2];
|
||||
}
|
||||
|
||||
.selectable:focus, .selectable:focus-within {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user