Skip to content
Snippets Groups Projects
Commit bc5837c0 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Merge branch 'build-status-focus-state' into 'master'

Remove underline focus state on statuses

Before:   
![Screen_Shot_2016-11-02_at_9.21.03_AM](/uploads/60d49c0cde418b45ee245d1a60d6ece7/Screen_Shot_2016-11-02_at_9.21.03_AM.png)
After:   
![Screen_Shot_2016-11-02_at_9.20.43_AM](/uploads/820c91d961b01d775465671ebceeba98/Screen_Shot_2016-11-02_at_9.20.43_AM.png)

See merge request !7244
parents 31245ea3 ca1a64c0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -85,6 +85,11 @@
}
 
.commit-link {
a {
&:focus {
text-decoration: none;
}
}
 
.ci-status {
 
Loading
Loading
Loading
Loading
@@ -6,7 +6,8 @@
white-space: nowrap;
border-radius: 4px;
 
&:hover {
&:hover,
&:focus {
text-decoration: none;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment