Selaa lähdekoodia

Merge pull request #1960 from weseek/improve/edit-button-hober-to_chenge

 none action to hover
Yuki Takei 6 vuotta sitten
vanhempi
sitoutus
68a9b1b094
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/client/js/components/Page/RevisionPath.jsx

+ 1 - 1
src/client/js/components/Page/RevisionPath.jsx

@@ -159,7 +159,7 @@ class RevisionPath extends React.Component {
 
         <CopyDropdown t={this.props.t} pagePath={this.props.pagePath} pageId={this.props.pageId} buttonStyle={buttonStyle}></CopyDropdown>
 
-        <a href="#edit" className="d-block btn btn-outline-secondary btn-edit text-muted border-0" style={buttonStyle}>
+        <a href="#edit" className="d-block text-muted btn btn-secondary bg-transparent btn-edit border-0" style={buttonStyle}>
           <i className="icon-note" />
         </a>
       </span>