This PR makes minor adjustments to clean up the CSS styles in the code by removing the unnecessary styles or grouping them when possible. The intention is to ensure that the code is more consistent with the standardized styles that have been established at the highest levels such as global font (font-mono) and text color (text-neutral-700).
Other changes proposed include removing the cursor-pointer in certain cases where it is a default attribute and leading-'' when its value matches that set in the text-xs property.
Motivation and Context
The intention of these modifications is optimize and keep as clean as possible the code preventing the repetition of styles.
How Has This Been Tested?
I ran yarn dev and confirmed that everything appeared as expected
Description
This PR makes minor adjustments to clean up the CSS styles in the code by removing the unnecessary styles or grouping them when possible. The intention is to ensure that the code is more consistent with the standardized styles that have been established at the highest levels such as global font (
font-mono
) and text color (text-neutral-700
).Other changes proposed include removing the
cursor-pointer
in certain cases where it is a default attribute andleading-''
when its value matches that set in thetext-xs
property.Motivation and Context
The intention of these modifications is optimize and keep as clean as possible the code preventing the repetition of styles.
How Has This Been Tested?
I ran
yarn dev
and confirmed that everything appeared as expectedResources