Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

fix: show focus border for scrolling tabs #992

Merged
merged 3 commits into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions framework/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ route: /changelog

# Changelog

## 3.1.3 (pending)

- Fixed padding on scrolling tabs so focus border displays correctly

## 3.1.2 (2021-10-03)

- Fixed `ADialog` for the case when you start a click on the content and finish the click on the overlay, it shouldn't trigger the close event
Expand Down
2 changes: 1 addition & 1 deletion framework/components/ATabs/ATabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $tab-oversized-margin: 0;
.a-tab-group__tab-wrapper {
white-space: nowrap;
overflow: hidden;
padding: 0 1px;
padding: 1px 1px;
display: flex;
flex-wrap: nowrap;
}
Expand Down