]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: use border:0 for clipboard css
authorAfreen Misbah <afreen@ibm.com>
Wed, 27 Aug 2025 08:13:38 +0000 (13:43 +0530)
committerAfreen Misbah <afreen@ibm.com>
Wed, 27 Aug 2025 09:35:21 +0000 (15:05 +0530)
commitb18bbeac7246025fa2868008b8eed91fb9d4fb37
tree7adfaff7b724b82320f840d85bb0beb3004efda3
parentc940c431e009b10abcffc352eb7b0e8b39419189
mgr/dashboard: use border:0 for clipboard css

- Sets border-width: 0
- Completely removes the border
- More memory efficient than `border: none` which occupies some browser memory
- Higher priority in border conflicts

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/cypress/e2e/a11y/dashboard.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/04-osds.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard-v3.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard-v3.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard.e2e-spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/dashboard.po.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/card-row/card-row.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.scss
src/pybind/mgr/dashboard/frontend/src/styles/bootstrap-extends.scss