generated from nhcarrigan/template
fix: inherit text colour and font size on resource toggle button
This commit is contained in:
@@ -126,8 +126,10 @@ body::before {
|
|||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0.4rem;
|
border-radius: 0.4rem;
|
||||||
|
color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
padding: 0.2rem 0.4rem;
|
padding: 0.2rem 0.4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: background 0.15s;
|
transition: background 0.15s;
|
||||||
|
|||||||
Reference in New Issue
Block a user