Commit 15ff2894 by Lee Munkyeong

Merge branch 'feature/42989_close_button_on_change_collaboration' into 'develop'

協業切替画面が表示されたら閉じるボタンが表示されるように修正

See merge request !151
parents c0290730 1a0ae781
...@@ -138,6 +138,10 @@ ...@@ -138,6 +138,10 @@
transition: 0.3s; transition: 0.3s;
background-image: url("../icon/icon_member_blue.png"); background-image: url("../icon/icon_member_blue.png");
} }
.btn.menu_btn.hide {
transition: 0.3s;
background-image: url("../icon/icon_close.png");
}
.overlay { .overlay {
transition: 0.7s; transition: 0.7s;
position: absolute; position: absolute;
......
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