From ca20909899f8a38e594ed99527651adc495f7a78 Mon Sep 17 00:00:00 2001 From: palak singhal Date: Mon, 16 Dec 2019 23:24:43 +0530 Subject: [PATCH] Removed inconsistency in wiki/new toolbar icon. Icon and Text colour changed to #222 and hover color to white . (#6956) * wiki/new toolbar icon colour changed to black and hover color to white * error fixed * changes suggested --- app/assets/stylesheets/style.css | 12 ++++++++++++ app/views/editor/_toolbar.html.erb | 10 +++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 05e03ab3b6..c95e2559ea 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -566,3 +566,15 @@ textarea, input { border-radius: 4px; padding: 10px; } + +.btn-toolbar .btn-outline-secondary +{ + color:#222; +} + +.btn-toolbar .btn-outline-secondary:hover +{ + color: #f1f1f1 !important; +} + + diff --git a/app/views/editor/_toolbar.html.erb b/app/views/editor/_toolbar.html.erb index 8563195bb4..a3ce155605 100644 --- a/app/views/editor/_toolbar.html.erb +++ b/app/views/editor/_toolbar.html.erb @@ -1,9 +1,9 @@
- - - HeaderH + + + HeaderH
@@ -12,7 +12,7 @@