From 4dc94c75e2fd8cac7849656e0fb5610899ebe7d3 Mon Sep 17 00:00:00 2001 From: Freddy Montes <751424+fmontes@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:08:42 -0600 Subject: [PATCH] fix(ui) Add taglink css fix to source scss (#26365) --- .../dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss | 1 + dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss b/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss index 18aa318c26a0..197afcebd12b 100644 --- a/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss +++ b/core-web/libs/dotcms-scss/jsp/scss/backend/dot-admin/forms/_fields.scss @@ -268,6 +268,7 @@ $key-val-width: 500px; justify-content: center; gap: $spacing-0; text-decoration: none; + border: 1px solid rgba(0, 0, 0, 0.1); &.persona { &:before { diff --git a/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css b/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css index 9c9d426cef33..033032a9e754 100644 --- a/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css +++ b/dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css @@ -8896,7 +8896,7 @@ Styles for commons fields along the backend justify-content: center; gap: 0.25rem; text-decoration: none; - border:1px solid rgba(0,0,0,0.1); + border: 1px solid rgba(0, 0, 0, 0.1); } .tagLink.persona:before { content: "\f007";