triggers panel: minor refactor
This commit is contained in:
@@ -532,7 +532,6 @@ export class TriggerPanelCtrl extends PanelCtrl {
|
||||
}
|
||||
|
||||
getBackground(trigger) {
|
||||
// console.log(trigger.color, this.contextSrv.user.lightTheme);
|
||||
const mainColor = trigger.color;
|
||||
const secondColor = this.contextSrv.user.lightTheme ? '#dde4ed' : '#262628';
|
||||
if (this.contextSrv.user.lightTheme) {
|
||||
|
||||
@@ -98,15 +98,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@keyframes zabbix-triggers-panel {
|
||||
100% {
|
||||
opacity: 1;
|
||||
box-shadow: 0 0 10px 0px rgba($red, 1);
|
||||
border-bottom-color: rgba($red, 0.25);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes zabbix-triggers-icon {
|
||||
100% {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user