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/components | |
| parent | Remove flexsearch (diff) | |
| download | host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.tar.xz host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.zip | |
Cleanup
Diffstat (limited to 'src/site/components')
| -rw-r--r-- | src/site/components/album/AlbumDetails.vue | 6 | ||||
| -rw-r--r-- | src/site/components/album/AlbumEntry.vue | 8 | ||||
| -rw-r--r-- | src/site/components/grid/Grid.vue | 4 | ||||
| -rw-r--r-- | src/site/components/home/links/Links.vue | 1 |
4 files changed, 3 insertions, 16 deletions
diff --git a/src/site/components/album/AlbumDetails.vue b/src/site/components/album/AlbumDetails.vue index f81e257..ef07670 100644 --- a/src/site/components/album/AlbumDetails.vue +++ b/src/site/components/album/AlbumDetails.vue @@ -235,8 +235,7 @@ export default { padding: 2em 0em; .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } } @@ -247,8 +246,7 @@ export default { .b-table { .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } diff --git a/src/site/components/album/AlbumEntry.vue b/src/site/components/album/AlbumEntry.vue index 18633c4..b8a5cb2 100644 --- a/src/site/components/album/AlbumEntry.vue +++ b/src/site/components/album/AlbumEntry.vue @@ -117,11 +117,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 { @@ -133,8 +128,7 @@ export default { div.thumb { width: 64px; height: 64px; - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } div.info { diff --git a/src/site/components/grid/Grid.vue b/src/site/components/grid/Grid.vue index 0693c77..0c0ac96 100644 --- a/src/site/components/grid/Grid.vue +++ b/src/site/components/grid/Grid.vue @@ -388,10 +388,6 @@ div.preview { div.actions { opacity: 0; - -webkit-transition: opacity 0.1s linear; - -moz-transition: opacity 0.1s linear; - -ms-transition: opacity 0.1s linear; - -o-transition: opacity 0.1s linear; transition: opacity 0.1s linear; position: absolute; top: 0px; diff --git a/src/site/components/home/links/Links.vue b/src/site/components/home/links/Links.vue index b20649f..8f82d4b 100644 --- a/src/site/components/home/links/Links.vue +++ b/src/site/components/home/links/Links.vue @@ -123,7 +123,6 @@ export default { &:hover { box-shadow: 0 3rem 3rem -1.25rem rgba(10,10,10,.1); - -webkit-transform: translateY(-.5rem); transform: translateY(-.5rem); } } |