wanze : remove custom color on hover cells

This commit is contained in:
Daniel Muyshond 2020-11-10 12:31:12 +01:00
parent 2851fc6ec0
commit e857fcfd3a
1 changed files with 0 additions and 9 deletions

View File

@ -15,15 +15,6 @@
color: white;
background-color: $primary-color;
}
/* darker cell links hover for better contrast/accessibility */
div#account-management ul > li > a:hover::after,
div.wcsformsofcategorycell ul > li > a:hover::after,
div.wcscurrentdraftscell ul > li > a:hover::after,
div.wcscurrentformscell ul > li > a:hover::after {
background: #0993cc;
}
/* remove annoying border I can't remove with EO vars at the moment */
div.links-list ul > li:not(:last-child) {
border-bottom: 0;