diff --git a/.gitignore b/.gitignore index 71947782e..eddbdcc5a 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /yarn.lock /npm-debug.log .DS_Store -.prettierignore \ No newline at end of file +.prettierignore +bun.lockb \ No newline at end of file diff --git a/src/App/styles.less b/src/App/styles.less index f4454424c..889456d51 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -24,6 +24,7 @@ --color-twitter: #1DA1F2; --color-imdb: #f5c518; --color-placeholder: #60606080; + --color-released: #707070; --color-placeholder-text: @color-surface-50; --color-placeholder-background: @color-surface-dark5-20; --primary-background-color: rgba(12, 11, 17, 1); diff --git a/src/common/AddonDetailsModal/styles.less b/src/common/AddonDetailsModal/styles.less index 1d4fde635..d9189b665 100644 --- a/src/common/AddonDetailsModal/styles.less +++ b/src/common/AddonDetailsModal/styles.less @@ -30,4 +30,15 @@ color: var(--primary-foreground-color); } } + .uninstall-button { + background-color: rgba(72, 69, 114, 1); + + &:hover { + outline: var(--focus-outline-size) solid rgba(72, 69, 114, 1); + background-color: transparent; + } + &:focus { + outline-color: var(--primary-foreground-color); + } + } } \ No newline at end of file diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index c4a96fce5..db39fb534 100644 --- a/src/common/MetaPreview/MetaPreview.js +++ b/src/common/MetaPreview/MetaPreview.js @@ -195,6 +195,12 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele