fix duplicate styling (#67)
This commit is contained in:
parent
8488cfab83
commit
46ba6d014d
@ -30,7 +30,7 @@ abbr[title] {
|
|||||||
@apply !text-elements-disabled !bg-transparent;
|
@apply !text-elements-disabled !bg-transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-calendar__month-view__days__day--neighboringMonth {
|
.react-calendar__month-view__days__day--neighboringMonth:focus-visible {
|
||||||
@apply !text-elements-disabled !bg-transparent;
|
@apply !text-elements-disabled !bg-transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,9 +14,6 @@ export default withMT({
|
|||||||
xxs: '400px',
|
xxs: '400px',
|
||||||
xs: '480px',
|
xs: '480px',
|
||||||
},
|
},
|
||||||
zIndex: {
|
|
||||||
tooltip: '52',
|
|
||||||
},
|
|
||||||
letterSpacing: {
|
letterSpacing: {
|
||||||
tight: '-0.084px',
|
tight: '-0.084px',
|
||||||
},
|
},
|
||||||
@ -178,6 +175,7 @@ export default withMT({
|
|||||||
4.5: '1.125rem',
|
4.5: '1.125rem',
|
||||||
},
|
},
|
||||||
zIndex: {
|
zIndex: {
|
||||||
|
tooltip: '52',
|
||||||
toast: '9999',
|
toast: '9999',
|
||||||
},
|
},
|
||||||
animation: {
|
animation: {
|
||||||
|
Loading…
Reference in New Issue
Block a user