Skip to content

Commit

Permalink
Merge pull request #66 from contacto-io/bug/to-banner-css
Browse files Browse the repository at this point in the history
Bug/ux-review-fixes v 0.5.35
  • Loading branch information
mimanshi-plivo committed Sep 20, 2023
2 parents ab4f417 + 6cf8e8d commit f65d4f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"registry": "https://npm.pkg.github.com"
},
"repository": "git://github.com/contacto-io/contacto-console",
"version": "0.5.32",
"version": "0.5.35",
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/Textfield/textfield.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
&[disabled],
&[disabled]:hover {
background-color: var(--gray-6);
border: 1px solid var(--border-color-1);
box-shadow: none;
border: 1px solid var(--border-color-1) !important;
box-shadow: none !important;
}

&--readonly:not(.increase-specificity) {
Expand Down
7 changes: 5 additions & 2 deletions src/components/TopBanner/topbanner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
gap: 16px;

.sg.cnto-btn.contacto-button--small {
color: white;
color: white !important;
}
.sg.ant-btn.cnto-btn.contacto-button--link:hover {
color: white;
color: white !important;
}
.sg.cnto-btn.contacto-button[class*=link] {
background-color: transparent !important;
}
}

Expand Down

0 comments on commit f65d4f0

Please sign in to comment.