Skip to content

Commit

Permalink
Some visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Dec 7, 2023
1 parent 75bede4 commit 8b36a67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/public/static/components-gallery/base-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
--shadow-interactive-dark-focus-visible: 0px 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 4px var(--primary-600);

--border-radius-sm: 4px;
--border-radius-md: 6px;
--border-radius-md: 8px;
--border-radius-lg: 12px;
--border-radius-xl: 24px;
--border-radius-full: 999px;
Expand Down Expand Up @@ -1059,16 +1059,16 @@
}

.GalleryTab:hover {
background-color: var(--GalleryTabsList-hover-background-color,var(--background-surface-light-hard));
background-color: var(--GalleryTabsList-hover-background-color, var(--background-surface-light-hard));
}

.GalleryTab:focus {
outline: none;
box-shadow: var(--GalleryTabsList-focus-boxShadow,var(--shadow-interactive-light-focus-visible));
box-shadow: var(--GalleryTabsList-focus-boxShadow, var(--shadow-interactive-light-focus-visible));
}

.GalleryTab.Mui-selected {
background-color: var(--GalleryTabsList-selected-background-color,var(--background-surface-light-highlight));
background-color: var(--GalleryTabsList-selected-background-color, var(--background-surface-light-highlight));
color: var(--font-color-dark-hard);
}

Expand Down

0 comments on commit 8b36a67

Please sign in to comment.