Skip to content

Commit

Permalink
Tabs - Improved anchor style for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
amir2mi committed Feb 18, 2022
1 parent 5e7257f commit 151d6d5
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 1,433 deletions.
7 changes: 4 additions & 3 deletions dist/css/flatify-noprefix.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,619 changes: 194 additions & 1,425 deletions dist/js/flatify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/flatify-noprefix.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/flatify.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scss/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ mark {
position: absolute;
top: 0;
left: 0;
z-index: 0;
z-index: -1;
width: 100%;
height: 100%;
background: var(--#{$CSS_VAR_PFX}local-bg-color);
Expand Down
5 changes: 3 additions & 2 deletions scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
height: 100%;
padding: 0.75em 1.5em;
margin: 0 0.38em;
color: inherit;
text-decoration: none !important;
color: inherit !important;
background: transparent;
border: none;
outline: none;
Expand Down Expand Up @@ -107,7 +108,7 @@
}

&.active {
color: var(--#{$CSS_VAR_PFX}color-accent-primary);
color: var(--#{$CSS_VAR_PFX}color-accent-primary) !important;
opacity: 1;

&:before {
Expand Down

0 comments on commit 151d6d5

Please sign in to comment.