diff options
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r-- | FrontEnd/src/index.css | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index f779297b..effd3dd6 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -13,20 +13,6 @@ small { cursor: pointer;
}
-textarea {
- resize: none;
- outline: none;
- border-color: var(--cru-bg-2-color);
-}
-
-textarea:hover {
- border-color: var(--cru-primary-r2-color);
-}
-
-textarea:focus {
- border-color: var(--cru-primary-color);
-}
-
.white-space-no-wrap {
white-space: nowrap;
}
@@ -59,4 +45,4 @@ i { a {
text-decoration: none;
-}
\ No newline at end of file +}
|