Skip to content

Commit

Permalink
fix: Border style of input popups (#5195)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyLnd committed Nov 23, 2018
1 parent 422680a commit bd8bf54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/style/components/mention-suggestions.less
Expand Up @@ -23,7 +23,7 @@
right: 16px;
left: 64px;
max-height: 168px;
border: 0 solid rgba(151, 151, 151, 0.24);
border: 0.5px solid fade(@graphite-dark, 12%);
background-color: #fff;
border-radius: 8px;
box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.08);
Expand Down
5 changes: 3 additions & 2 deletions app/style/content/conversation/input-bar.less
Expand Up @@ -200,9 +200,10 @@
position: fixed;
z-index: @z-index-context;
display: block;
border: 0.5px solid fade(@graphite-dark, 12%);
background-color: #fff;
border-radius: 4px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 24px 0 rgba(0, 0, 0, 0.16);
border-radius: 8px;
box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.08);
font-size: 12px;
font-weight: @font-weight-regular;
line-height: @line-height-xl;
Expand Down

0 comments on commit bd8bf54

Please sign in to comment.