mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Remove obsolete webkit CSS prefixes.
This commit is contained in:
@@ -28,20 +28,13 @@ html[dir="RTL"] .farSide {
|
||||
#languageBorder {
|
||||
border-radius: 4px;
|
||||
animation: pulse 2s ease-in-out forwards;
|
||||
-webkit-animation: pulse 2s ease-in-out forwards;
|
||||
animation-delay: 2s;
|
||||
-webkit-animation-delay: 2s;
|
||||
}
|
||||
@keyframes pulse {
|
||||
0% { background-color: #fff }
|
||||
50% { background-color: #f00 }
|
||||
100% { background-color: #fff }
|
||||
}
|
||||
@-webkit-keyframes pulse {
|
||||
0% { background-color: #fff }
|
||||
50% { background-color: #f00 }
|
||||
100% { background-color: #fff }
|
||||
}
|
||||
|
||||
#blockly {
|
||||
height: 300px;
|
||||
|
||||
Reference in New Issue
Block a user