mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(css): don't target button globally (#1510)
* fix(css): don't target button globally * fix(css): revert toast change
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* eslint-disable */
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const defaultTheme = require('tailwindcss/defaultTheme');
|
||||
|
||||
module.exports = {
|
||||
@@ -59,19 +59,6 @@ module.exports = {
|
||||
}),
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
cursor: ['disabled'],
|
||||
width: ['first', 'last', 'responsive'],
|
||||
height: ['first', 'last', 'responsive'],
|
||||
padding: ['first', 'last', 'responsive'],
|
||||
borderWidth: ['first', 'last'],
|
||||
margin: ['first', 'last', 'responsive'],
|
||||
boxShadow: ['group-focus', 'responsive'],
|
||||
opacity: ['disabled', 'hover', 'group-hover'],
|
||||
ringColor: ['focus', 'focus-within', 'hover', 'active'],
|
||||
scale: ['hover', 'focus', 'group-hover'],
|
||||
zIndex: ['hover', 'responsive'],
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/forms'),
|
||||
require('@tailwindcss/typography'),
|
||||
|
Reference in New Issue
Block a user