Skip to content

Commit

Permalink
fix: added padding to unselected listitem back
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Aug 16, 2021
1 parent b9e8ed7 commit f167013
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ governing permissions and limitations under the License.
box-sizing: border-box;

padding: var(--spectrum-listitem-texticon-padding-y)
var(--spectrum-listitem-texticon-padding-right)
calc(var(--spectrum-listitem-texticon-padding-right) + var(--spectrum-listitem-texticon-ui-icon-width) + var(--spectrum-listitem-texticon-ui-icon-gap) - 2px)
var(--spectrum-listitem-texticon-padding-y)
var(--spectrum-listitem-texticon-padding-left);

Expand Down
Loading

0 comments on commit f167013

Please sign in to comment.