Remove bottom border radius from not-user-nav nav pills #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a minor change to fix an issue I'm seeing with the
![image](https://private-user-images.githubusercontent.com/9088720/272111581-234bdfe5-197a-48f1-bf80-fe25a2f37cd0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTIzNzMsIm5iZiI6MTczODkxMjA3MywicGF0aCI6Ii85MDg4NzIwLzI3MjExMTU4MS0yMzRiZGZlNS0xOTdhLTQ4ZjEtYmY4MC1mZTI1YTJmMzdjZDAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDcwNzUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWRjZGE0OGM3YjcyYmY3NzAxODRmZDU0YzlmYzA0MzVjOWUwMWM2MWUxYzVjNzUxZjA1YTJkNjliZjNhODI3NiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.osAAxA7ah5T-ekkq0VAFd9LFXgef4QTolQF8UJl8bqU)
.nav-pills
a
tags on the preferences page. In short, the border radius causes the highlighted tab to look like a smiling cheshire cat:With the fix (ignore the highlight):
![image](https://private-user-images.githubusercontent.com/9088720/272111618-1e5a4eeb-db61-4e93-8624-2b89db9aae51.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTIzNzMsIm5iZiI6MTczODkxMjA3MywicGF0aCI6Ii85MDg4NzIwLzI3MjExMTYxOC0xZTVhNGVlYi1kYjYxLTRlOTMtODYyNC0yYjg5ZGI5YWFlNTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDcwNzUzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDMxZmVlOGU2NDI0ZDA0ZjEzOWVjMjI0YTUxOThlY2NjOGE5M2Q0MTA0ZWE1NGI2ZWI4ODVkMjZmNzRjZTRlMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.cZRWQLND3cEEF9gcxHLB9Xat47EQp7oCCsKMiJkQ5fE)