forked from mirrors/amnezia-wg-easy
rename is-disabled to inactive
This commit is contained in:
parent
20ae02dd48
commit
4aa6f99b04
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
plugins: [
|
||||
function addDisabledClass({ addUtilities }) {
|
||||
const newUtilities = {
|
||||
'.is-disabled': {
|
||||
'.inactive': {
|
||||
opacity: '0.25',
|
||||
cursor: 'default',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue