Commit 740cbd89 authored by Filipa Lacerda's avatar Filipa Lacerda

Update error block css

parent e49aaf83
...@@ -162,7 +162,8 @@ ...@@ -162,7 +162,8 @@
} }
.diff-loading-error-block { .diff-loading-error-block {
padding: $gl-padding $gl-padding*2; padding: $gl-padding * 2 $gl-padding;
text-align: center;
} }
} }
......
...@@ -770,13 +770,11 @@ ...@@ -770,13 +770,11 @@
.btn-link-retry { .btn-link-retry {
&[disabled] { &[disabled] {
cursor: not-allowed; cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .65; opacity: .65;
&:hover { &:hover {
color: #777; color: $file-mode-changed;
text-decoration: none; text-decoration: none;
} }
} }
......
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