remove broken animation
This commit is contained in:
parent
c4b76611f8
commit
467875c81a
1 changed files with 0 additions and 8 deletions
|
@ -260,8 +260,6 @@
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-color: red;
|
border-color: red;
|
||||||
border-width: 3px;
|
border-width: 3px;
|
||||||
|
|
||||||
animation: blinker 1s step-start infinite;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:nth-child(1) {
|
#workspaces button:nth-child(1) {
|
||||||
|
@ -287,12 +285,6 @@
|
||||||
#battery.critical {
|
#battery.critical {
|
||||||
color: #f38ba8;
|
color: #f38ba8;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blinker {
|
|
||||||
50% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue