Skip to content

Commit

Permalink
* Improved css
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar414ram committed May 11, 2020
1 parent 478453c commit 8cce0a5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 109 deletions.
Expand Up @@ -29,28 +29,4 @@
}
}
}

.item {
padding: 12px 0;
height: 24px;
width: 100%;
cursor: pointer;
font-size: 14px!important;
font-weight: bold;
opacity: 0.54;
&.adf-active, &:hover {
color: mat-color($primary);
opacity: 1;
}

.full-width {
display: flex;
width: 100%;
}

.action-button .action-button__label {
padding-left: 20px;
margin: 0 8px !important;
}
}
}
Expand Up @@ -29,28 +29,4 @@
}
}
}

.item {
padding: 12px 0;
height: 24px;
width: 100%;
cursor: pointer;
font-size: 14px!important;
font-weight: bold;
opacity: 0.54;
&.adf-active, &:hover {
color: mat-color($primary);
opacity: 1;
}

.full-width {
display: flex;
width: 100%;
}

.action-button .action-button__label {
padding-left: 20px;
margin: 0 8px !important;
}
}
}
Expand Up @@ -151,8 +151,4 @@ export class TaskFiltersCloudComponent implements OnInit, OnChanges, OnDestroy {
this.filters = [];
this.currentFilter = undefined;
}

isActiveFilter(filter: any): boolean {
return this.currentFilter.name === filter.name;
}
}
Expand Up @@ -29,33 +29,4 @@
}
}
}

.item {
padding: 12px 0;
height: 24px;
width: 100%;
cursor: pointer;
font-size: 14px!important;
font-weight: bold;
opacity: 0.54;
&:hover {
color: mat-color($primary);
opacity: 1;
}

.adf-active {
color: mat-color($primary);
opacity: 1;
}

.full-width {
display: flex;
width: 100%;
}

.action-button .action-button__label {
padding-left: 20px;
margin: 0 8px !important;
}
}
}
Expand Up @@ -213,8 +213,4 @@ export class ProcessFiltersComponent implements OnInit, OnChanges {
getFilterIcon(icon: string): string {
return this.iconsMDL.mapGlyphiconToMaterialDesignIcons(icon);
}

isActiveFilter(filter: any): boolean {
return this.currentFilter.name === filter.name;
}
}
Expand Up @@ -29,28 +29,4 @@
}
}
}

.item {
padding: 12px 0;
height: 24px;
width: 100%;
cursor: pointer;
font-size: 14px!important;
font-weight: bold;
opacity: 0.54;
&.adf-active, &:hover {
color: mat-color($primary);
opacity: 1;
}

.full-width {
display: flex;
width: 100%;
}

.action-button .action-button__label {
padding-left: 20px;
margin: 0 8px !important;
}
}
}

0 comments on commit 8cce0a5

Please sign in to comment.