Skip to content

Commit

Permalink
Change dropdown shadow of dropdown (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Sep 19, 2020
1 parent 75e0f51 commit 192a850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion baseframe/static/css/mui.css
Expand Up @@ -3877,9 +3877,10 @@ h6 {
border-radius: 0 16px 16px 16px;
padding: 0;
overflow: hidden;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.mui-dropdown__menu > li > a {
padding: 16px;
padding: 8px;
}
.mui-dropdown__menu > li > a:hover,
.mui-dropdown__menu > li > a:focus {
Expand Down
3 changes: 2 additions & 1 deletion baseframe/static/sass/baseframe-material/_menu.scss
Expand Up @@ -245,8 +245,9 @@
border-radius: 0 16px 16px 16px;
padding: 0;
overflow: hidden;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
> li > a {
padding: $mui-grid-padding;
padding: $mui-grid-padding/2;

// hover & focus state
&:hover,
Expand Down

0 comments on commit 192a850

Please sign in to comment.