From 8d694388cd611ca8761b573c3f6767156c9ce8f8 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:27:32 -0800 Subject: [PATCH] Old css --- .../document-attributes.component.scss | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/src-ui/src/app/components/manage/document-attributes/document-attributes.component.scss b/src-ui/src/app/components/manage/document-attributes/document-attributes.component.scss index 16a224aa8..e69de29bb 100644 --- a/src-ui/src/app/components/manage/document-attributes/document-attributes.component.scss +++ b/src-ui/src/app/components/manage/document-attributes/document-attributes.component.scss @@ -1,34 +0,0 @@ -// .attributes-tabs { -// border-bottom-color: rgba(var(--bs-body-color-rgb), 0.12); -// } - -// .attributes-tabs .nav-link { -// position: relative; -// padding-bottom: 0.45rem; -// color: rgba(var(--bs-body-color-rgb)); -// transition: color 140ms ease; -// } - -// .attributes-tabs .nav-link::after { -// content: ''; -// position: absolute; -// left: 0.2rem; -// right: 0.2rem; -// bottom: 0; -// height: var(--bs-nav-underline-border-width); -// border-radius: 1px; -// background: transparent; -// transition: background-color 140ms ease; -// } - -// .attributes-tabs .nav-link:hover { -// color: rgba(var(--bs-body-color-rgb), 0.95); -// } - -// .attributes-tabs .nav-link.active { -// color: var(--bs-primary); -// } - -// .attributes-tabs .nav-link.active::after { -// background: var(--bs-primary); -// }