Skip to content

Commit

Permalink
Merge branch '62_content_area_current_color'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	stylesheets/main.min.css
  • Loading branch information
Kaspar Naaber committed Nov 9, 2016
2 parents e6c5d9e + d61e3cc commit 3459a38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
26 changes: 0 additions & 26 deletions sources/stylesheets/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,6 @@ body {
}
}

// CMS DEFAULT STYLES OVERRIDES
.dark-background {
.edy-empty-bordered {
color: rgba($white, .33);
border-color: rgba($white, .33);
}

.placeholder {
color: rgba($white, 5);
}

.edy-content-element-hover {
border-color: rgba($white, .1);
}

.edy-texteditor-active {
outline-color: rgba($white, .2);

&,
&:hover {
outline-color: rgba($white, .63);
}
}
}


// Layout specific body classes.
.front-page {
}
Expand Down
17 changes: 0 additions & 17 deletions stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@ body.dark-background {
color: white;
}

.dark-background .edy-empty-bordered {
color: rgba(255, 255, 255, 0.33);
border-color: rgba(255, 255, 255, 0.33);
}
.dark-background .placeholder {
color: white;
}
.dark-background .edy-content-element-hover {
border-color: rgba(255, 255, 255, 0.1);
}
.dark-background .edy-texteditor-active {
outline-color: rgba(255, 255, 255, 0.2);
}
.dark-background .edy-texteditor-active, .dark-background .edy-texteditor-active:hover {
outline-color: rgba(255, 255, 255, 0.63);
}

.content-formatted:after {
content: "";
display: table;
Expand Down
Loading

0 comments on commit 3459a38

Please sign in to comment.