This repository has been archived by the owner. It is now read-only.
Cliqz URL Bar and Freshtab Animation #10
Merged
Conversation
added 2 commits
Mar 13, 2018
| line.backgroundColor = UIColor.Browser.URLBarDivider.colorFor(theme) | ||
| locationContainer.layer.shadowColor = locationBorderColor.cgColor | ||
| } | ||
| } | ||
|
|
||
| // TODO: Put this in CliqzURLBar |
naira-cliqz
Mar 16, 2018
Contributor
+1
+1
| locationBorderColor = UIColor.URLBar.Border.colorFor(theme).withAlphaComponent(0.3) | ||
| locationActiveBorderColor = UIColor.URLBar.ActiveBorder.colorFor(theme) | ||
| */ | ||
| locationBorderColor = UIColor(colorString: "E7ECEE") |
naira-cliqz
Mar 16, 2018
Contributor
Move colors to the UIColor extension
Move colors to the UIColor extension
b829abf
to
4b6ffa9
| static let CliqzThemeColor = UIColor(colorString: "00AEF0") | ||
|
|
||
| //Primary Colors | ||
| static let cliqz_blue_primary = UIColor(colorString: "00AEF0") |
naira-cliqz
Mar 19, 2018
Contributor
Please use camelcase
Please use camelcase
tantawyk
pushed a commit
to tantawyk/cliqz-ios
that referenced
this pull request
Jul 17, 2019
Receive 3rd parameter for openLink for isSearchEngine
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.