Skip to content

Commit

Permalink
style(KolPagination): only the button of the current page should be b…
Browse files Browse the repository at this point in the history
…old (#5511)
  • Loading branch information
deleonio committed Nov 1, 2023
2 parents 6548da1 + b8fbb5c commit 3b2fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/bmf/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,6 @@ export const BMF = KoliBri.createTheme('bmf', {
border-radius: var(--a11y-min-size);
border: 2px solid var(--color-midnight);
color: var(--color-midnight);
font-weight: 700;
min-height: var(--a11y-min-size);
min-width: var(--a11y-min-size);
padding: 8px;
Expand Down Expand Up @@ -2340,6 +2339,7 @@ export const BMF = KoliBri.createTheme('bmf', {
background-color: var(--color-ice);
border-color: var(--color-ice);
opacity: 1 !important;
font-weight: 700;
}
`,
'KOL-INPUT-RANGE': css`
Expand Down

0 comments on commit 3b2fb7c

Please sign in to comment.