diff options
author | crupest <crupest@outlook.com> | 2023-09-22 16:58:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-22 16:59:41 +0800 |
commit | 6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7 (patch) | |
tree | 6378aa13ebc5974cbfeeca9f6d525a643993687d /FrontEnd/src/index.css | |
parent | d477c7270c90b190ed82b13f48f39a05d83503d2 (diff) | |
download | timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.gz timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.bz2 timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.zip |
...
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 +}
|