From f6c0cb1ca1d5c6154ffb8009759742adcf4bf239 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Thu, 28 Dec 2023 02:59:32 -0300 Subject: [PATCH] Minor Fixes in Home Page --- .gitignore | 1 + src/app/app.module.ts | 1 - src/app/home/stack-slider/stack-card/stack-card.component.css | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4fcb0ba..32953f9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ yarn-error.log .project .classpath .c9/ +.nx/ *.launch .settings/ *.sublime-workspace diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 1ee9eb6..9d85a39 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -4,7 +4,6 @@ import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; import { HeaderModule } from './header/header.module'; import { SharedModule } from './shared/shared.module'; -import { HomeComponent } from './home/home.component'; import { AppRouterModule } from './app-router.module'; import { FontAwesomeModule } from '@fortawesome/angular-fontawesome'; import { AppServiceWorkerModule } from './app-service-worker.module'; diff --git a/src/app/home/stack-slider/stack-card/stack-card.component.css b/src/app/home/stack-slider/stack-card/stack-card.component.css index b3c5ebb..1b71ed7 100644 --- a/src/app/home/stack-slider/stack-card/stack-card.component.css +++ b/src/app/home/stack-slider/stack-card/stack-card.component.css @@ -14,6 +14,10 @@ display: flex; align-items: center; } +.stack-card-image::selection, +.stack-card-image *::selection { + background: transparent; +} .stack-card-body { padding: 10px;