fix(dees-simple-appdash): Corrected viewTab active background color
This commit is contained in:
parent
1c4fd0a2da
commit
e2d3ae8949
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-09-02 - 1.1.8 - fix(dees-simple-appdash)
|
||||||
|
Corrected viewTab active background color
|
||||||
|
|
||||||
|
- Corrected the background color of the viewTab in active state for better visual consistency.
|
||||||
|
|
||||||
## 2024-09-02 - 1.1.7 - fix(dependencies)
|
## 2024-09-02 - 1.1.7 - fix(dependencies)
|
||||||
Update dependencies to their latest versions
|
Update dependencies to their latest versions
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.1.7',
|
version: '1.1.8',
|
||||||
description: 'A library for building components and other projects'
|
description: 'A library for building components and other projects'
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@ export class DeesSimpleAppDash extends DeesElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.viewTab:active {
|
.viewTab:active {
|
||||||
background: ${cssManager.bdTheme(colors.bright.blueActive, colors.dark.blueActive)};
|
background: ${cssManager.bdTheme('#aaa', '#ffffff20')};
|
||||||
color: ${cssManager.bdTheme('#000', '#fff')};
|
color: ${cssManager.bdTheme('#000', '#fff')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user