Skip to content

Commit

Permalink
Fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Dec 27, 2021
1 parent 975dd27 commit 5399349
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/css/squid.css
Original file line number Diff line number Diff line change
Expand Up @@ -22001,6 +22001,7 @@ i {
color: var(--black_light);
background: var(--white);
display: inline-flex;
justify-content: center;
cursor: pointer;
transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, border 0.3s ease; }
.tabs-header li:hover {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/squid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/css",
"version": "1.2.61",
"version": "1.2.62",
"scripts": {
"start": "gulp watch",
"css": "sass src/scss/squid.scss:dist/css/squid.min.css --style compressed",
Expand Down
1 change: 1 addition & 0 deletions src/docs/public/css/squid.css
Original file line number Diff line number Diff line change
Expand Up @@ -22001,6 +22001,7 @@ i {
color: var(--black_light);
background: var(--white);
display: inline-flex;
justify-content: center;
cursor: pointer;
transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, border 0.3s ease; }
.tabs-header li:hover {
Expand Down
1 change: 1 addition & 0 deletions src/scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
color: var(--black_light);
background: var(--white);
display: inline-flex;
justify-content: center;
cursor: pointer;
transition:
color 0.3s ease,
Expand Down

0 comments on commit 5399349

Please sign in to comment.