Skip to content
Snippets Groups Projects
Commit 25159d11 authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

web: Fix blue line appearing above big buttons on firefox

parent 762484b6
No related branches found
No related tags found
No related merge requests found
......@@ -80,13 +80,13 @@
.big-button:after {
float: right;
height: 60px;
height: 61px;
content: '';
width: 8px;
left: 8px;
background-color: white;
position: relative;
top: -60px;
top: -61px;
}
.big-button.active {
......
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