Browse Source

style(news-detail): comment out opacity on pager item hover for design adjustment

master
peijunlei 2 weeks ago
parent
commit
ef72575c43
  1. 2
      public/themes/dist_static/static/css/news-detail.css

2
public/themes/dist_static/static/css/news-detail.css

@ -219,7 +219,7 @@
background-color: var(--color-primary); background-color: var(--color-primary);
} }
.nd-pager__item:hover::before { .nd-pager__item:hover::before {
opacity: 1;
/* opacity: 1; */
} }
.nd-pager__label { .nd-pager__label {
position: relative; position: relative;

Loading…
Cancel
Save