mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(tree grid): make row toggle visible in dark themes
This commit is contained in:
parent
f93a491594
commit
fb92e112f9
1 changed files with 46 additions and 38 deletions
|
|
@ -1,3 +1,6 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
button[nbTreeGridRowToggle] {
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
|
@ -15,6 +18,10 @@ button[nbTreeGridRowToggle] {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
::ng-deep .row-toggle-button {
|
||||
color: nb-theme(text-basic-color);
|
||||
}
|
||||
|
||||
.nb-tree-grid-header-cell,
|
||||
.nb-tree-grid-header-cell button {
|
||||
text-transform: capitalize;
|
||||
|
|
@ -45,3 +52,4 @@ button[nbTreeGridRowToggle] {
|
|||
width: 23%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue