Completed
Last Updated: 16 Oct 2020 16:29 by ADMIN
Release R3 2020 SP1
Lars
Created on: 17 Sep 2020 10:28
Category: DropDownList
Type: Bug Report
1
.k-reset is incorrectly removing the background

Current style

.k-reset {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style: none; }

What it should be:

.k-reset {
    margin: 0;
    padding: 0;
    border-width: 0;
    outline: 0;
    text-decoration: none;
    font: inherit;
    list-style: none
}

0 comments