[PR #16751] [CLOSED] fixes #16651: table contrast issues #14904

Closed
opened 2025-12-29 23:27:23 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16751
Author: @andrewgormley
Created: 6/27/2024
Status: Closed

Base: feature-uiHead: 16651-table-contrast-issues-new


📝 Commits (2)

📊 Changes

3 files changed (+70 additions, -4 deletions)

View changed files

📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/styles/_variables.scss (+10 -0)
📝 netbox/project-static/styles/overrides/_tabler.scss (+59 -3)

📄 Description

Fixes: #16651

  • (Tables) Low contrast on pagination controls below tables [dark, multiple]
  • (Tables) Low contrast on some table headers [dark, multiple]
  • (Tables) Low contrast on table empty state text [dark, multiple]

All issues above have been addressed. PR 16750 is a pre-requisite to this PR.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/16751 **Author:** [@andrewgormley](https://github.com/andrewgormley) **Created:** 6/27/2024 **Status:** ❌ Closed **Base:** `feature-ui` ← **Head:** `16651-table-contrast-issues-new` --- ### 📝 Commits (2) - [`347336b`](https://github.com/netbox-community/netbox/commit/347336ba07263665328db72a79903135ba237fab) fixes #16647: navigation contrast issues updated - [`d319791`](https://github.com/netbox-community/netbox/commit/d319791a26840634929526478d631a2f0bf07d1a) fixes #16651: table contrast issues new ### 📊 Changes **3 files changed** (+70 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/styles/_variables.scss` (+10 -0) 📝 `netbox/project-static/styles/overrides/_tabler.scss` (+59 -3) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #16651 <!-- Please include a summary of the proposed changes below. --> - [x] (Tables) Low contrast on pagination controls below tables [dark, multiple] - [x] (Tables) Low contrast on some table headers [dark, multiple] - [x] (Tables) Low contrast on table empty state text [dark, multiple] All issues above have been addressed. PR [16750](https://github.com/netbox-community/netbox/pull/16750) is a pre-requisite to this PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:27:23 +01:00
adam closed this issue 2025-12-29 23:27:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14904