We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ddce3 commit 0aded04Copy full SHA for 0aded04
lib/plug/templates/debugger.html.eex
@@ -658,24 +658,10 @@
658
margin: 20px 10px 5px 0;
659
}
660
661
- .action-button:hover {
662
- background-color: #f9f9fa;
663
- cursor: pointer;
664
- }
665
-
666
.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;
+ padding: 0 10px;
+ cursor: pointer;
677
678
679
</style>
680
</head>
681
<body>
0 commit comments