Skip to content
Snippets Groups Projects
Commit bcc9aab8 authored by sjhuang26's avatar sjhuang26
Browse files

Change styles of action menu button

parent d87f5ac7
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,18 @@ $more-button-size: 2.25rem;
transition: background-color 0.2s;
}
button::-moz-focus-inner {
border: 0;
}
.button:hover {
background: $pen-primary;
}
.button:active {
padding: inherit;
}
.button.coming-soon:hover {
background: $data-primary;
}
......
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