Replace color with normal text color

Replacing color, which is used for `:hover` text with normal
running text color `#222`.

Change-Id: Ib328b71c7f5ef1e89d2e516ccbdc68b6fdd570b0
This commit is contained in:
Volker E
2017-10-07 22:31:12 -07:00
parent 7761a9e60b
commit 3742e335ec

View File

@@ -26,11 +26,11 @@
.uls-ime-menu-settings-item {
background-color: #f8f9fa;
color: #222;
border-top: 1px solid #c8ccd1;
border-radius: 0 0 2px 2px;
margin-top: 6px;
padding: 4px 2px;
color: #444;
position: relative;
}