Remove launch button (#59)
This commit is contained in:
@@ -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 |
@@ -103,11 +103,6 @@ function view(ctl, params) {
|
||||
tabindex: 0,
|
||||
title: "Copy username",
|
||||
action: "copyUsername"
|
||||
}),
|
||||
m("div.action.launch", {
|
||||
tabindex: 0,
|
||||
title: "Open URL",
|
||||
action: "launch"
|
||||
})
|
||||
]
|
||||
);
|
||||
|
@@ -210,11 +210,6 @@ body {
|
||||
&.copy-user {
|
||||
background-image: url("/popup/icon-user.svg");
|
||||
}
|
||||
|
||||
&.launch {
|
||||
background-image: url("/popup/icon-launch.svg");
|
||||
background-position-y: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user