telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
148 stars 68 forks source link

Anchors in Grid styling #1481

Open TeyaVes opened 4 years ago

TeyaVes commented 4 years ago

Describe the bug Currently, the anchors within a grid don't look like anchors due to the following styles:

.k-grid a {
    color: inherit;
    text-decoration: none;
}

To reproduce Steps to reproduce the behavior:

  1. Go to https://dojo.telerik.com/EriRoPil
  2. The column Name is comprised of links, but they don't look like ones

Expected behavior The links should look like links

Affected package (please remove the unneeded items)

Affected suites (please remove the unneeded items)

Affected browsers (please remove the unneeded items)

zenhuw commented 3 years ago

i still have this problem with @progress/kendo-theme-default@4.41.2 . can you merge? so i don't need to put this at my root css

.k-grid a {
  @apply underline text-blue-600 hover:text-blue-800
}

thank you

djswilly commented 1 year ago

In v5.11.0 the .k-grid a workaround also affects column menu icon style.