1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-24 13:26:08 +03:00

changed: Remove shaking animation from the label

This commit is contained in:
Giyos 2019-02-27 16:35:21 +05:00
parent 3d8fee8c5c
commit 3f5cb3c8cb

View File

@ -85,4 +85,7 @@ td.lineNumbers {
td.sourceCode {
padding-left: 5px;
}
.v-input--has-state.error--text .v-label {
animation: none;
}
</style>