remove role="primary"

It looks annoying
This commit is contained in:
buzz-lightsnack-2007 2024-05-25 09:36:03 +08:00
parent 98ea6ede65
commit b47a641b88
2 changed files with 3 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<html>
<head>
<script src="../scripts/pages/settings.js" type="module"></script>
<title for="term_preferences"></title>
</head>
@ -51,7 +51,7 @@
</label>
<side class="input-field">
<button data-action="filters,update" title-for="settings_filters_update" data-enable="settings,filters" data-icon="refresh"></button>
<button href="settings/filters.htm" tab-height="607.5" tab-width="1080" data-icon="pencil" title-for="settings_filters_open" role="primary"></button>
<button href="settings/filters.htm" tab-height="607.5" tab-width="1080" data-icon="pencil" title-for="settings_filters_open"></button>
</side>
</section>
<section class="input-group">

View file

@ -1,16 +1,11 @@
.input-field input, .input-field textarea {
background-color: var(--input-color) !important;
background-color: var(--input-color) !important;
}
.btn:not([disabled]) {
background-color: var(--secondary-color) !important;
}
.btn[role="primary"]:not([disabled]), .btn-floating:not([disabled]) {
background-color: var(--primary-color) !important;
}
nav ul:not(.dropdown-content) > li > a:hover:not(.active) {
background-color: var(--hover-color) !important;
}