Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Jul 2, 2024
1 parent 50e69a7 commit 18f545b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
module.exports = {
plugins: ['ember-template-lint-plugin-prettier'],
extends: ['recommended', 'ember-template-lint-plugin-prettier:recommended'],
rules: {
'no-at-ember-render-modifiers': 'off',
'no-builtin-form-components': 'off',
},
};
14 changes: 5 additions & 9 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ table td {
transform: translateX(-50%);
border-width: 4px 6px 0;
border-style: solid;
border-color: rgb(0 0 0 / 70%) transparent transparent transparent;
border-color: rgb(0 0 0 / 70%) transparent transparent;
z-index: 99;
opacity: 0;
}
Expand Down Expand Up @@ -621,10 +621,8 @@ table td {
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
transition:
color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
/* stylelint-disable-next-line prettier/prettier */
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
background-color: #418fde !important;
border-color: #418fde !important;
Expand All @@ -644,10 +642,8 @@ table td {
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
transition:
color 0.15s ease-in-out,
background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out,
/* stylelint-disable-next-line prettier/prettier */
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
color: #151b1e !important;
background-color: #a4b7c1 !important;
Expand Down

0 comments on commit 18f545b

Please sign in to comment.