Remove some unused color-theme overrides

After #7318 $link-color is used by default, no need to override anymore.

closes #7325
This commit is contained in:
Benjamin Neff 2017-02-12 23:08:44 +01:00 committed by Steffen van Bergerem
parent 9558e747e4
commit e92431ba88
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B
2 changed files with 1 additions and 13 deletions

View file

@ -3,6 +3,7 @@
## Refactor
* Unify link colors [#7318](https://github.com/diaspora/diaspora/pull/7318)
* Increase time to wait before showing the hovercard [#7319](https://github.com/diaspora/diaspora/pull/7319)
* Remove some unused color-theme overrides [#7325](https://github.com/diaspora/diaspora/pull/7325)
## Bug fixes
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)

View file

@ -1,18 +1,5 @@
/* Raw CSS */
body {
a,
a.tag,
.btn-link,
#main_stream .stream-element > .media a.author-name,
#hovercard h4 a,
.stream-element .from a.self {
color: $link-color;
&:hover, &:focus {
color: darken($link-color, 10%);
}
}
#publisher_textarea_wrapper > #button_container > span.markdownIndications > a {
color: fade-out($link-color, 0.4);
}