baseweb icon indicating copy to clipboard operation
baseweb copied to clipboard

fix: datepicker focus outline shouldnt be cut off

Open rBortnikas opened this issue 1 year ago • 2 comments

Fixes datepicker’s day focus outline cut off issue.

Description

Currently, day's focus outline is partly covered by the following day’s cell. The images and the recording explain this better. This fix makes the datepicker look a little more polished.

Before

After

https://user-images.githubusercontent.com/17082436/191592924-67021dce-bdb8-4948-b5d1-c592fc22c402.mp4

Scope

Patch: Bug Fix

rBortnikas avatar Sep 21 '22 19:09 rBortnikas

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 21 '22 19:09 CLAassistant

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 70a532999de8452ab2f3eb1319bf98c325aad11c:

Sandbox Source
Basic usage Configuration

codesandbox-ci[bot] avatar Sep 21 '22 19:09 codesandbox-ci[bot]

Thank you for this PR. We will need to figure out a solution that does not use z-index. Please use another method for creating a stacking context. We almost never use z-index in base web

chasestarr avatar Oct 04 '22 17:10 chasestarr