Commit 994836fb authored by Greg Bugyis's avatar Greg Bugyis Committed by GitHub

style: Extend hover on secondary dropdown menu links (#4633)

* Full width hover on secondary menu links

* Remove commented line
parent 41aa1dcb
...@@ -41,6 +41,7 @@ export const SecondaryText = style([ ...@@ -41,6 +41,7 @@ export const SecondaryText = style([
paddingY: '8', paddingY: '8',
paddingX: '8', paddingX: '8',
color: 'darkGray', color: 'darkGray',
width: 'full',
}), }),
{ {
lineHeight: '20px', lineHeight: '20px',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment