catalog icon indicating copy to clipboard operation
catalog copied to clipboard

Sidebar Link Hover Color

Open mattfelten opened this issue 6 years ago • 1 comments

I'm working on changing the sidebar to a dark color and the link hover state is really standing out. I didn't notice it with the default theme because the sidebar is white on white, but once you change the background color, you see it.

screen shot 2018-06-19 at 5 13 28 pm

Option 1: Change the padding amounts so it's even. Option 2: Let the hover color be configurable. Maybe as sidebarColorBg.

Thoughts?

mattfelten avatar Jun 20 '18 00:06 mattfelten

the only bad way to do it, is via an override…

.rmq-c8071fd0 ul li ul li a {
  padding: 8px 24px 8px 60px !important;
}

rodnem avatar Sep 20 '18 09:09 rodnem