diff --git a/assets/javascripts/app.js b/assets/javascripts/app.js index 39a52ce..4e44b3a 100644 --- a/assets/javascripts/app.js +++ b/assets/javascripts/app.js @@ -1672,7 +1672,6 @@ $(function() { setTimeout(fixTabLinearOrder, 500); }); - //頁籤無障礙 $(function () { function fixTabAccessibility() { diff --git a/assets/stylesheets/template/base/_global.scss b/assets/stylesheets/template/base/_global.scss index 8bee0dc..90c9be9 100644 --- a/assets/stylesheets/template/base/_global.scss +++ b/assets/stylesheets/template/base/_global.scss @@ -4,7 +4,7 @@ @import "variables"; .fa-classic, .fa-regular, .fa-solid, .far, .fas ,.fa{ - font-family: var(--fa-style-family, "FontAwesome"); + font-family: var(--fa-style-family, "FontAwesome")!important; } #orbit-bar .orbit-bar-inner > label:focus, #orbit-bar .orbit-bar-inner > label.focus{ .orbit-bar-search-sign-language{ diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index f609883..ff54fdb 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -242,4 +242,7 @@ fill: #fcf8ff; } } +} +.view_count { + display: none; } \ No newline at end of file diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index f726d5e..2234a92 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -2640,6 +2640,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl .i-annc__status { @extend .i-title; + color: #fff; } } @@ -2670,6 +2671,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl .i-annc__status { @extend .i-title; + color: #fff; } } diff --git a/modules/gallery/gallery_index1.html.erb b/modules/gallery/gallery_index1.html.erb index db489b2..6f226d7 100644 --- a/modules/gallery/gallery_index1.html.erb +++ b/modules/gallery/gallery_index1.html.erb @@ -4,7 +4,6 @@