Fix white text in evolution buttons

This commit is contained in:
EliverLara
2019-08-24 14:17:33 -05:00
parent ec1433708e
commit 6422fe9b16
3 changed files with 21 additions and 0 deletions

View File

@@ -307,6 +307,13 @@ button {
background-color: #0067e6;
text-shadow: none;
transition-duration: 50ms; }
notebook > header > tabs > arrow:active,
button:active {
color: #C3C7D1; }
notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked,
button:active:hover,
button:checked {
color: #fefefe; }
notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop,
button:backdrop.flat,
button:backdrop {

View File

@@ -307,6 +307,13 @@ button {
background-color: #0067e6;
text-shadow: none;
transition-duration: 50ms; }
notebook > header > tabs > arrow:active,
button:active {
color: #31363d; }
notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked,
button:active:hover,
button:checked {
color: #fefefe; }
notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop,
button:backdrop.flat,
button:backdrop {

View File

@@ -64,6 +64,13 @@ button {
transition-duration: 50ms;
}
&:active {
color: $fg_color;
}
&:active:hover, &:checked {
color: $selected_fg_color;
}
&:backdrop {
&.flat, & {