Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
diaspora
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
5f8c8387
Unverified
Commit
5f8c8387
authored
Feb 13, 2017
by
Steffen van Bergerem
Committed by
Benjamin Neff
Feb 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change color of author-name on hover
closes #7326
parent
e92431ba
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
8 deletions
+5
-8
Changelog.md
Changelog.md
+1
-0
app/assets/stylesheets/base.scss
app/assets/stylesheets/base.scss
+0
-4
app/assets/stylesheets/color_themes/_color_theme_override_dark.scss
.../stylesheets/color_themes/_color_theme_override_dark.scss
+1
-1
app/assets/stylesheets/hovercard.scss
app/assets/stylesheets/hovercard.scss
+0
-1
app/assets/stylesheets/single-post-view.scss
app/assets/stylesheets/single-post-view.scss
+3
-1
app/assets/stylesheets/stream_element.scss
app/assets/stylesheets/stream_element.scss
+0
-1
No files found.
Changelog.md
View file @
5f8c8387
...
...
@@ -4,6 +4,7 @@
*
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
)
*
Change color of author-name on hover
[
#7326
](
https://github.com/diaspora/diaspora/pull/7326
)
## Bug fixes
*
Fix path to
`bundle`
in
`script/server`
[
#7281
](
https://github.com/diaspora/diaspora/pull/7281
)
...
...
app/assets/stylesheets/base.scss
View file @
5f8c8387
...
...
@@ -60,10 +60,6 @@ pre { word-wrap: break-word; }
}
}
.author-name
{
color
:
inherit
;
}
.back-to-top
{
background-color
:
$border-dark-grey
;
border-radius
:
4px
;
...
...
app/assets/stylesheets/color_themes/_color_theme_override_dark.scss
View file @
5f8c8387
...
...
@@ -50,7 +50,7 @@ body {
@import
'highlightjs/darcula'
;
#single-post-content
.head
{
#post-info
.author
{
color
:
lighten
(
$gray-lighter
,
27%
);
}
.author-name
{
color
:
lighten
(
$gray-lighter
,
27%
);
}
#single-post-actions
i
.entypo-heart.red
:hover
{
color
:
$red
;
}
}
...
...
app/assets/stylesheets/hovercard.scss
View file @
5f8c8387
...
...
@@ -53,7 +53,6 @@
padding-bottom
:
0px
;
font-size
:
16px
;
a
{
color
:
$link-color
;
font-weight
:
bold
!
important
;
}
}
...
...
app/assets/stylesheets/single-post-view.scss
View file @
5f8c8387
...
...
@@ -7,7 +7,6 @@
border-bottom
:
1px
solid
$border-grey
;
padding
:
10px
0
;
#post-info
{
.author
{
color
:
$grey
;
}
.info
{
color
:
lighten
(
$text-grey
,
10%
);
font-size
:
12px
;
...
...
@@ -22,6 +21,9 @@
padding-left
:
10px
;
}
}
.author-name
{
color
:
$grey
;
}
.near-from
{
color
:
$text-grey
;
font-size
:
12px
;
...
...
app/assets/stylesheets/stream_element.scss
View file @
5f8c8387
...
...
@@ -90,7 +90,6 @@
font-weight
:
bold
;
margin-bottom
:
4px
;
}
a
.author-name
{
color
:
$link-color
;
}
.feedback
{
margin-top
:
5px
;
font-size
:
$font-size-small
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment