CSS attribute selector for non-empty attributes December 20, 2022 by Tarik try this <style> [Data-Attribute]:not([Data-Attribute=""]) { background-color: Red; } </style>