[ticket/17010] Remove duplicated css for buttons

PHPBB3-17010
This commit is contained in:
Marc Alexander 2024-02-24 22:29:48 +01:00
parent e993d82bc5
commit a3f6563568
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -697,15 +697,6 @@ dd.profile-warnings {
color: #d41142;
}
.button[disabled],
.button[disabled]:hover,
.button.disabled,
.button.disabled:hover {
background: #e0e0e0;
border-color: #9e9e9e;
color: #9e9e9e;
}
.button .icon,
.button-secondary,
.c-button-icon {