mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-19 17:58:24 -05:00
Tabs tweak styling
This commit is contained in:
parent
370d5fb13a
commit
14c1e13637
|
|
@ -46,13 +46,13 @@ const container = css({
|
|||
justifyContent: "center",
|
||||
placeItems: "center",
|
||||
gap: "$10",
|
||||
gridTemplateColumns: "repeat(var(--tabs-count), 85px)",
|
||||
gridTemplateColumns: "repeat(var(--tabs-count), 100px)",
|
||||
});
|
||||
|
||||
const tab = css({
|
||||
all: "unset",
|
||||
fontSize: "$sm",
|
||||
cursor: "pointer",
|
||||
borderRadius: "$rounded",
|
||||
|
||||
"&::after": {
|
||||
display: "block",
|
||||
|
|
@ -67,6 +67,11 @@ const tab = css({
|
|||
borderColor: "$themeTransparent",
|
||||
},
|
||||
|
||||
"&:focus-visible": {
|
||||
outline: "2px solid $themeTransparent",
|
||||
outlineOffset: "7px",
|
||||
},
|
||||
|
||||
variants: {
|
||||
type: {
|
||||
active: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user