Merge branch 'remove-tab-focus-state' into 'develop'
Remove focus state on Tabs See merge request soapbox-pub/soapbox!1835
This commit is contained in:
commit
8336cab189
|
@ -13,8 +13,7 @@
|
||||||
[data-reach-tab] {
|
[data-reach-tab] {
|
||||||
@apply flex-1 flex justify-center items-center
|
@apply flex-1 flex justify-center items-center
|
||||||
py-4 px-1 text-center font-medium text-sm text-gray-700
|
py-4 px-1 text-center font-medium text-sm text-gray-700
|
||||||
dark:text-gray-600 hover:text-gray-800 dark:hover:text-gray-500
|
dark:text-gray-600 hover:text-gray-800 dark:hover:text-gray-500;
|
||||||
focus:ring-primary-300 focus:ring-2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-reach-tab][data-selected] {
|
[data-reach-tab][data-selected] {
|
||||||
|
|
Loading…
Reference in New Issue