Initial commit
This commit is contained in:
15
public/theme/extensions/_tree.scss
Normal file
15
public/theme/extensions/_tree.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.p-tree {
|
||||
.p-tree-container {
|
||||
.p-treenode {
|
||||
outline: 0 none;
|
||||
|
||||
&:focus > .p-treenode-content {
|
||||
background: $emphasis-lower;
|
||||
|
||||
&.p-highlight {
|
||||
background: rgba($primaryColor, .24);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user