1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-25 13:51:45 +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 { td.sourceCode {
padding-left: 5px; padding-left: 5px;
} }
.v-input--has-state.error--text .v-label {
animation: none;
}
</style> </style>