Commit 95490ca3 authored by Filipa Lacerda's avatar Filipa Lacerda

Remove underline styling when hover the user avatar

parent 8d171f0a
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
margin: 0; margin: 0;
} }
.avatar-container {
text-decoration: none;
}
.icon-play { .icon-play {
height: 13px; height: 13px;
width: 12px; width: 12px;
......
...@@ -15,9 +15,8 @@ ...@@ -15,9 +15,8 @@
{{model.last_deployment.commit.short_id}} {{model.last_deployment.commit.short_id}}
%p.commit-title %p.commit-title
%span{ "v-if" => "model.last_deployment.commit && model.last_deployment.commit.title"} %span{ "v-if" => "model.last_deployment.commit && model.last_deployment.commit.title"}
%a{"v-if" => "model.last_deployment.commit.author", ":href" => "model.last_deployment.commit.author.web_url"} %a.avatar-container{"v-if" => "model.last_deployment.commit.author", ":href" => "model.last_deployment.commit.author.web_url"}
%img.avatar.has-tooltip.s20{":title" => "model.last_deployment.commit.author.username", %img.avatar.has-tooltip.s20{":title" => "model.last_deployment.commit.author.username",
":src" => "model.last_deployment.commit.author.avatar_url"} ":src" => "model.last_deployment.commit.author.avatar_url"}
%a.commit-row-message{":href" => "model.last_deployment.commit.commit_url"} %a.commit-row-message{":href" => "model.last_deployment.commit.commit_url"}
......
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