diff options
| author | Pitu <[email protected]> | 2020-12-25 02:08:54 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 02:08:54 +0900 |
| commit | 09d8d02e6c11bb4aea9cd129bf195868bab0738f (patch) | |
| tree | f97c1b51d35c519b7788d38a4cbe3e2799d17c63 /src/site/pages/dashboard/admin | |
| parent | Remove flexsearch (diff) | |
| download | host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.tar.xz host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.zip | |
Cleanup
Diffstat (limited to 'src/site/pages/dashboard/admin')
| -rw-r--r-- | src/site/pages/dashboard/admin/users.vue | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/site/pages/dashboard/admin/users.vue b/src/site/pages/dashboard/admin/users.vue index e52476a..d86bffd 100644 --- a/src/site/pages/dashboard/admin/users.vue +++ b/src/site/pages/dashboard/admin/users.vue @@ -164,11 +164,6 @@ export default { width: 1em; z-index: 4; top: 22px; - - -webkit-transition: transform 0.1s linear; - -moz-transition: transform 0.1s linear; - -ms-transition: transform 0.1s linear; - -o-transition: transform 0.1s linear; transition: transform 0.1s linear; &.active { @@ -179,8 +174,7 @@ export default { div.thumb { width: 64px; height: 64px; - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } div.info { @@ -237,8 +231,7 @@ export default { padding: 2em 0em; .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } } @@ -248,8 +241,7 @@ export default { .b-table { .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } </style> |