Update context menu styling to match custom status comps
This commit is contained in:
parent
eae1e4c9aa
commit
6597e977c8
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ContextualMenu {
|
.mx_ContextualMenu {
|
||||||
border-radius: 2px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
|
box-shadow: 4px 4px 12px 0 rgba(118, 131, 156, 0.6);;
|
||||||
background-color: $menu-bg-color;
|
background-color: $menu-bg-color;
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue