Remove launch button (#59)

This commit is contained in:
Maxim Baz
2019-04-02 11:03:24 +02:00
committed by Erayd
parent df52f5a7b8
commit 31c38651c1
3 changed files with 0 additions and 14 deletions

View File

@@ -1,4 +0,0 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 459 459" stroke="#c4c4c4" fill="#c4c4c4">
<path d="M459,216.75L280.5,38.25v102c-178.5,25.5-255,153-280.5,280.5C63.75,331.5,153,290.7,280.5,290.7v104.55L459,216.75z"/>
</svg>

Before

Width:  |  Height:  |  Size: 253 B

View File

@@ -103,11 +103,6 @@ function view(ctl, params) {
tabindex: 0, tabindex: 0,
title: "Copy username", title: "Copy username",
action: "copyUsername" action: "copyUsername"
}),
m("div.action.launch", {
tabindex: 0,
title: "Open URL",
action: "launch"
}) })
] ]
); );

View File

@@ -210,11 +210,6 @@ body {
&.copy-user { &.copy-user {
background-image: url("/popup/icon-user.svg"); background-image: url("/popup/icon-user.svg");
} }
&.launch {
background-image: url("/popup/icon-launch.svg");
background-position-y: 16px;
}
} }
} }