Skip to content

Commit 0aded04

Browse files
committed
Make action button look more like a button
1 parent 63ddce3 commit 0aded04

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

lib/plug/templates/debugger.html.eex

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -658,24 +658,10 @@
658658
margin: 20px 10px 5px 0;
659659
}
660660

661-
.action-button:hover {
662-
background-color: #f9f9fa;
663-
cursor: pointer;
664-
}
665-
666661
.action-button {
667-
background-color: white;
668-
border: 1px solid <%= @style.primary %>;
669-
border-radius: 3px;
670-
color: <%= @style.primary %>;
671-
padding: 0 20px;
672-
}
673-
674-
.action-button:active {
675-
background-color: inherit;
676-
background-color: #f2f2f4;
662+
padding: 0 10px;
663+
cursor: pointer;
677664
}
678-
679665
</style>
680666
</head>
681667
<body>

0 commit comments

Comments
 (0)