Merge pull request #90 from dakshshah96/buttons-active-safari
Fix active button style in Safaripull/94/head
commit
80c3927048
|
@ -17,6 +17,10 @@
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button:active {
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.large {
|
.large {
|
||||||
font-size: var(--font-size-large);
|
font-size: var(--font-size-large);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue