Disable outline

This commit is contained in:
somebody
2022-08-25 16:06:54 -05:00
parent bed49deb0f
commit 54820f3cf7

View File

@@ -1481,7 +1481,8 @@ input {
resize: none; resize: none;
border-color: white; border-color: white;
border-width: 1px; border-width: 1px;
border-style:solid; border-style: solid;
outline: none;
} }
.action_button { .action_button {
@@ -1533,6 +1534,7 @@ button.disabled {
textarea { textarea {
background-color: var(--input_background); background-color: var(--input_background);
color: var(--text); color: var(--text);
outline: none;
} }
.pulse { .pulse {