fix(dees-modal): use icon font sizing for modal header buttons

This commit is contained in:
2026-04-11 08:47:25 +00:00
parent 5948fc83ea
commit 27f8ab752d
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2026-04-11 - 3.70.1 - fix(dees-modal)
use icon font sizing for modal header buttons
- replace fixed width and height on header button icons with font-size to align dees-icon rendering
## 2026-04-08 - 3.70.0 - feat(dees-table) ## 2026-04-08 - 3.70.0 - feat(dees-table)
add opt-in flash highlighting for updated table cells add opt-in flash highlighting for updated table cells

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@design.estate/dees-catalog', name: '@design.estate/dees-catalog',
version: '3.70.0', version: '3.70.1',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
} }

View File

@@ -268,9 +268,7 @@ export class DeesModal extends DeesElement {
} }
.heading .header-button dees-icon { .heading .header-button dees-icon {
width: 14px; font-size: 14px;
height: 14px;
display: block;
} }
.content { .content {