diff --git a/public/css/common.css b/public/css/common.css index 311be150..860bd28b 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -242,39 +242,19 @@ progress::-webkit-progress-value { .viewer-backdrop { background-color: rgba(0, 0, 0, 0.75); } -#albums-grid a:hover, #photos-grid a:hover, -#albums-grid a.selected, #photos-grid a.selected { outline-color: #3b82f6; } -#albums-grid a:hover .album-select, -#photos-grid a:hover .album-select, -#albums-grid a.selected .album-select, -#photos-grid a.selected .album-select, -#albums-grid a:hover .photo-select, #photos-grid a:hover .photo-select, -#albums-grid a.selected .photo-select, #photos-grid a.selected .photo-select { display: block; } -#albums-grid a:hover.selected .album-select, -#photos-grid a:hover.selected .album-select, -#albums-grid a.selected.selected .album-select, -#photos-grid a.selected.selected .album-select, -#albums-grid a:hover.selected .photo-select, #photos-grid a:hover.selected .photo-select, -#albums-grid a.selected.selected .photo-select, #photos-grid a.selected.selected .photo-select { border-color: white; } -#albums-grid a:hover.selected .album-select > i, -#photos-grid a:hover.selected .album-select > i, -#albums-grid a.selected.selected .album-select > i, -#photos-grid a.selected.selected .album-select > i, -#albums-grid a:hover.selected .photo-select > i, #photos-grid a:hover.selected .photo-select > i, -#albums-grid a.selected.selected .photo-select > i, #photos-grid a.selected.selected .photo-select > i { color: #0061ff; } diff --git a/resources/css/common.less b/resources/css/common.less index 19cd7e17..c6b3a6b2 100644 --- a/resources/css/common.less +++ b/resources/css/common.less @@ -36,14 +36,14 @@ progress::-webkit-progress-value { } // 我的图片 -#albums-grid, #photos-grid { +#photos-grid { a:hover, a.selected { outline-color: #3b82f6; - .album-select, .photo-select { + .photo-select { display: block; } &.selected { - .album-select, .photo-select { + .photo-select { border-color: white; &>i { color: #0061ff; diff --git a/resources/views/images.blade.php b/resources/views/images.blade.php index 74e24233..1b544d6e 100644 --- a/resources/views/images.blade.php +++ b/resources/views/images.blade.php @@ -42,22 +42,13 @@ -
- + @endpush