In the Joomla backend, go to edit an article, users (any edit page basically)
The top menu items become disabled as expected
A disabled identifier
(In Joomla 3, I believe the opacity of the text is changed)
They look exactly the same as they do when you can interact with them
Labels |
Added:
?
|
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
We have to modify /administrator/templates/atum/scss/blocks/_header.scss
add after line 114 something like
opacity: 0.3;
&.disabled,
&.disabled:hover,
&.disabled[aria-expanded="true"] {
background-color: transparent;
color: var(--atum-special-color);
box-shadow: none;
opacity: 0.3;
}
Title |
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-16 16:19:30 |
Closed_By | ⇒ | franz-wohlkoenig |
Hover Button show like below "Multilingual Status", but i guess its about not to hover to see what is clickable (in J3 the Opacity is reduced).