core/themes/seven/contextual.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/themes/seven/contextual.css b/core/themes/seven/contextual.css new file mode 100644 index 0000000..d829af9 --- /dev/null +++ b/core/themes/seven/contextual.css @@ -0,0 +1,9 @@ +/** + * @file + * Make Contextual Links on the front-end match Seven's back-end style. + */ + +.no-touch .contextual-region .contextual .contextual-links li a:hover { + color: inherit; + background: #b9e6fe; +}