Skip to content

Commit

Permalink
* Text editor white text on selection bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahaenor committed Sep 27, 2017
1 parent 11518dd commit e6f8f4d
Show file tree
Hide file tree
Showing 8 changed files with 7,476 additions and 7,476 deletions.
8 changes: 4 additions & 4 deletions assets/css/bundle.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/css/editor.css

Large diffs are not rendered by default.

6,119 changes: 0 additions & 6,119 deletions assets/rev/bundle-55ffeee4c5.css

This file was deleted.

6,119 changes: 6,119 additions & 0 deletions assets/rev/bundle-ab22c93abf.css

Large diffs are not rendered by default.

1,343 changes: 1,343 additions & 0 deletions assets/rev/editor-0799d0d569.css

Large diffs are not rendered by default.

1,343 changes: 0 additions & 1,343 deletions assets/rev/editor-ac6bedf031.css

This file was deleted.

4 changes: 2 additions & 2 deletions assets/rev/rev-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"admin.css": "admin-90b38f6b98.css",
"admin.js": "admin-f7838e404a.js",
"atc.min.js": "atc-ebe8ff17c9.min.js",
"bundle.css": "bundle-55ffeee4c5.css",
"bundle.css": "bundle-ab22c93abf.css",
"bundle.js": "bundle-1037fc04e4.js",
"editor.css": "editor-ac6bedf031.css"
"editor.css": "editor-0799d0d569.css"
}
8 changes: 4 additions & 4 deletions src/sass/utility/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
a:link {
-webkit-tap-highlight-color: $color-main-dark;
-webkit-tap-highlight-color : $color-main-dark;
}
}

::-webkit-selection {
body:not(#tinymce) ::-webkit-selection {
opacity: 1;
background : $color-main-dark;
color : $color-white;
text-shadow : none;
}

::-moz-selection {
body:not(#tinymce) ::-moz-selection {
opacity: 1;
background : $color-main-dark;
color : $color-white;
text-shadow : none;
}

::selection {
body:not(#tinymce) ::selection {
opacity: 1;
background : $color-main-dark;
color : $color-white;
Expand Down

0 comments on commit e6f8f4d

Please sign in to comment.