Skip to content

Commit

Permalink
Update _header.scss
Browse files Browse the repository at this point in the history
Update color of disabled buttons according to Joomla Version Icon
  • Loading branch information
coolcat-creations committed Apr 25, 2020
1 parent fa6f6e8 commit 5c207ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/scss/blocks/_header.scss
Expand Up @@ -134,7 +134,7 @@
&.disabled,
&.disabled:hover,
&.disabled[aria-expanded="true"] {
color: var(--atum-text-light);
color: #fff;
pointer-events: none;
background-color: transparent;
box-shadow: none;
Expand Down

0 comments on commit 5c207ec

Please sign in to comment.