فهرست منبع

Merge pull request #3127 from weseek/fix/gw-4409-adjust-color-of-grw-custom-nab-on-hover

Fix/gw 4409 adjust color of grw custom nab on hover
Yuki Takei 5 سال پیش
والد
کامیت
695a3f0c1b
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 4 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -328,6 +328,10 @@ ul.pagination {
 
 
 .grw-custom-nav {
 .grw-custom-nav {
   .nav-item {
   .nav-item {
+    &:hover,
+    &:focus {
+      background-color: rgba($color-link, 0.08);
+    }
     .nav-link {
     .nav-link {
       -webkit-appearance: none;
       -webkit-appearance: none;
       color: $color-link;
       color: $color-link;