Unplanned
Last Updated: 21 Sep 2022 06:50 by Peter
Peter
Created on: 21 Sep 2022 06:50
Category: FloatingActionButton
Type: Bug Report
1
FloatingActionButton has unnecessary border on Safari and iOS

Describe the bug
When the FloatingActionButton is rendered on Safari and iOS an additional outline border is displayed.

To reproduce
Steps to reproduce the behavior:

  1. Go to 'https://demos.telerik.com/kendo-ui/floatingactionbutton/index'

Expected behavior
There should bo no additional square border around the FAB

Screenshots
image

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • Safari

Build system information (please remove the unneeded items)

  • OS: [Mac]

Workaroundt
.k-fab{ outline: none; }

0 comments