mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge branch 'OFFLINE-GmbH-master' into 0.5
This commit is contained in:
commit
a2ffc0d62d
@ -2223,6 +2223,10 @@ button,
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.cursor-wait {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
@ -6124,6 +6128,10 @@ button,
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.sm\:cursor-wait {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.sm\:block {
|
||||
display: block;
|
||||
}
|
||||
@ -10018,6 +10026,10 @@ button,
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.md\:cursor-wait {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.md\:block {
|
||||
display: block;
|
||||
}
|
||||
@ -13912,6 +13924,10 @@ button,
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.lg\:cursor-wait {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.lg\:block {
|
||||
display: block;
|
||||
}
|
||||
@ -17806,6 +17822,10 @@ button,
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.xl\:cursor-wait {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.xl\:block {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@ -6,5 +6,6 @@ export default function() {
|
||||
'cursor-default': { cursor: 'default' },
|
||||
'cursor-pointer': { cursor: 'pointer' },
|
||||
'cursor-not-allowed': { cursor: 'not-allowed' },
|
||||
'cursor-wait': { cursor: 'wait' },
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user