Skip to content

Commit

Permalink
Fix #1351: Incorrect default color for language settings
Browse files Browse the repository at this point in the history
(cherry picked from commit ad0d8f5)
  • Loading branch information
zcgandcomp authored and banterCZ committed Aug 6, 2024
1 parent 77f8052 commit ad89732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions powerauth-webflow/src/main/js/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ export class App extends React.Component {
<div>
<div id="lang">
<ReactFlagsSelect
className="menu-flags"
selectButtonClassName="menu-flags-button"
countries={languageList}
customLabels={languageLabels}
selected={selectedLanguage}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,13 @@ a:hover, a:active, a:focus {
margin: 30px auto;
}

#lang a {
#lang .menu-flags-button {
color: white;
text-decoration: underline;
background:transparent;
}

#lang a:hover {
color: white !important;
text-decoration: none;
#lang ul {
background:transparent;
}

#operation .operation-approve h3 {
Expand Down

0 comments on commit ad89732

Please sign in to comment.