Skip to content

Commit 1b35141

Browse files
committed
Don't show tel links in link colour
1 parent 079f454 commit 1b35141

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hive-framework",
33
"description": "A website development framework built with Grunt and Sass, with optional support for jQuery UI.",
4-
"version": "0.23.1",
4+
"version": "0.23.2",
55
"keywords": [
66
"css",
77
"framework",

src/assets/sass/modules/_links.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ a[href^="sms"] {
9696
pointer-events: none;
9797

9898
[itemprop="telephone"] & {
99-
color: var(--clr-a);
10099
cursor: pointer;
101100
pointer-events: auto;
102101
}

0 commit comments

Comments
 (0)