fix(dees-modal): use icon font sizing for modal header buttons
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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.'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user