Skip to content
Snippets Groups Projects
Verified Commit aa3fae92 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: android highlight color in buttons

parent 2b4ad1c3
No related branches found
No related tags found
No related merge requests found
Pipeline #1706 passed
......@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
* Android highlight color in buttons
## [0.5.7] - 2022-11-17
......
......@@ -23,6 +23,7 @@
-khtml-border-radius: 96px 96px 96px 96px;
-webkit-border-radius: 96px 96px 96px 96px;
padding: 0px 8px 0px 8px;
-webkit-tap-highlight-color: transparent;
user-select: none;
-o-user-select: none;
-ms-user-select: none;
......
......@@ -15,6 +15,7 @@
.keyboard-gb {
font-size: 0px;
-webkit-tap-highlight-color: transparent;
text-align: center;
touch-callout: none !important;
-o-touch-callout: none !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment