Skip to content
Snippets Groups Projects
Commit 6bb09876 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt
Browse files

fix: update `gl-focus` Tailwind util definition

The legacy mixin `gl-focus` had been updated without reflecting the
changes on the Tailwind preset. This updates the preset accordingly.
parent dbb2237d
No related branches found
No related tags found
1 merge request!4631refactor: migrate border-radius mixins to Tailwind
......@@ -356,7 +356,8 @@ function addCustomDefinitions({ addComponents, addUtilities }) {
},
},
'.focus': {
'box-shadow': '0 0 0 1px var(--white, #fff), 0 0 0 3px var(--blue-400, #428fdc)',
'box-shadow':
'0 0 0 1px var(--gl-focus-ring-inner-color), 0 0 0 3px var(--gl-focus-ring-outer-color)',
outline: 'none',
},
'.text-align-inherit': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment