Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fd40aaca9 | ||
|
|
de6a90bbf5 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "portal"
|
||||
version = "0.3.23"
|
||||
version = "0.3.24"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -861,6 +861,10 @@ textarea:focus {
|
||||
padding: 0.75rem 1.4rem;
|
||||
cursor: pointer;
|
||||
transition: filter 120ms, transform 120ms;
|
||||
/* A gateway alternative renders this as an <a> (navigation, no POST);
|
||||
kill the link chrome so it reads as the button it looks like. */
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.alt-submit:hover {
|
||||
|
||||
Reference in New Issue
Block a user