diff options
author | crupest <crupest@outlook.com> | 2023-07-21 17:25:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-21 17:25:01 +0800 |
commit | ae1b296b5e967d1e329f5a1e6165ca0f05dce0cb (patch) | |
tree | 5763f187b7183c462d938e9d610c94cbe8e8b37f /FrontEnd/src/pages | |
parent | 013d85328dd958d5d4fc897817ac03cb16a8b897 (diff) | |
download | timeline-ae1b296b5e967d1e329f5a1e6165ca0f05dce0cb.tar.gz timeline-ae1b296b5e967d1e329f5a1e6165ca0f05dce0cb.tar.bz2 timeline-ae1b296b5e967d1e329f5a1e6165ca0f05dce0cb.zip |
...
Diffstat (limited to 'FrontEnd/src/pages')
-rw-r--r-- | FrontEnd/src/pages/setting/index.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/setting/index.css b/FrontEnd/src/pages/setting/index.css index 9458d937..d9cba24f 100644 --- a/FrontEnd/src/pages/setting/index.css +++ b/FrontEnd/src/pages/setting/index.css @@ -36,7 +36,6 @@ .setting-item-container:hover {
background-color: var(--cru-key-container-1-color);
- border-bottom-color: var(--cru-key-container-1-color);
}
.setting-item-label-sub {
|