Skip to content

Commit

Permalink
Merge pull request #2224 from Inist-CNRS/IstexLegacyCSSMattheo
Browse files Browse the repository at this point in the history
🔧 Fix : lien toujours souligné
  • Loading branch information
touv authored Nov 29, 2024
2 parents e0c6d19 + 794a641 commit 99f2608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/app/custom/themes/istex-legacy/css/istex.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ h5,.h5{font-size:.9375rem;}
.baseline,.navigation-main a,.navigation-main span,#pageTitle{font-weight:bold;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,.footer1,.tooltipDessous,#pageSubTitle,.breadcrumb-item-link{font-weight: 500;}
.MuiTableCell-head{font-weight: 500!important;font-variant: small-caps;}
a, .property_value p>a, .property_value p>a:hover, a.link_to_resource {color: var(--bleuistex) !important; text-decoration: underline;}
a:hover, .property_value p>a:hover, a.link_to_resource:hover {color: var(--bleusurvol) !important; text-decoration: underline;}
a, .property_value p>a, .property_value p>a:hover, a.link_to_resource {color: var(--bleuistex) !important;}
a:hover, .property_value p>a:hover, a.link_to_resource:hover {color: var(--bleusurvol) !important;}
#content a:not(button){text-decoration: underline !important;}
a.property_value._1slu1mr,.value_sparql>a.link._1slu1mr,.istex-item-title>a.link._1slu1mr,a.link._1slu1mr:not(.graph-summary-link){color: var(--bleuistex);}
a._cdr56k,a._cdr56k:hover,a._cdr56k:focus,a.search-result-link{color: inherit!important}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{color:var(--noir)}
Expand Down
2 changes: 1 addition & 1 deletion src/app/custom/themes/istex-legacy/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a:hover{text-decoration: none; cursor:pointer;}
a:hover{cursor:pointer;}

a,button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */

Expand Down

0 comments on commit 99f2608

Please sign in to comment.