mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New .core CSS class for inputs and buttons
* Initial .core input/button classes, refs #2415 * Docs for the new .core CSS class, refs #2415 * Applied .core class everywhere that needs it, closes #2415
This commit is contained in:
parent
92c4d41ca6
commit
2170269258
13 changed files with 46 additions and 23 deletions
|
|
@ -268,7 +268,7 @@ def test_view_query(allow, expected_anon, expected_auth):
|
|||
def test_execute_sql(config):
|
||||
schema_re = re.compile("const schema = ({.*?});", re.DOTALL)
|
||||
with make_app_client(config=config) as client:
|
||||
form_fragment = '<form class="sql" action="/fixtures/-/query"'
|
||||
form_fragment = '<form class="sql core" action="/fixtures/-/query"'
|
||||
|
||||
# Anonymous users - should not display the form:
|
||||
anon_html = client.get("/fixtures").text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue