Commit ae69f2a0 by Takatoshi Miura

Merge branch 'communication/#43011_filter-tap-event' into 'develop'

#43011_iOS12端末でメッセージ検索のユーザーフィルターのタップが反映されないバグを修正

See merge request !156
parents ca256da8 2fc22401
......@@ -443,6 +443,7 @@ input[name="tab_item"] {
/* ユーザーリストフィルター */
#filter .user_item .img_wrap {
position: relative;
cursor: pointer;
}
#filter .user_item .img_wrap.filter:after {
position: absolute;
......@@ -454,6 +455,7 @@ input[name="tab_item"] {
left: 5px;
background: #0070ca82;
border-radius: 50%;
cursor: pointer;
}
.user_list .user_item img {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment