mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Enable focus varients for outlines by default
This commit is contained in:
parent
23a0151311
commit
dd71f23bfa
@ -3195,6 +3195,10 @@ button,
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.focus\:outline-none:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.overflow-auto {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@ -863,7 +863,7 @@ module.exports = {
|
||||
minWidth: ['responsive'],
|
||||
negativeMargin: ['responsive'],
|
||||
opacity: ['responsive'],
|
||||
outline: [],
|
||||
outline: ['focus'],
|
||||
overflow: ['responsive'],
|
||||
padding: ['responsive'],
|
||||
pointerEvents: ['responsive'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user