1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00
This commit is contained in:
Chen-I Lim 2020-10-23 19:19:36 -07:00
parent 816b875257
commit 4d2c884512

View File

@ -368,8 +368,10 @@ hr {
position: absolute;
z-index: 15;
min-width: 180px;
box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 2px 4px;
background-color: #ffffff;
border-radius: 3px;
box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
}
.menu.top {
@ -388,7 +390,7 @@ hr {
padding: 0;
margin: 0;
color: rgb(55, 53, 47);
color: rgb(55, 53, 47);
}
.menu-option {