diff options
| author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-06-03 19:25:51 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 17:25:51 +0000 | 
| commit | 7955fc85ac089d856b44bdea78eccd26ffbd690c (patch) | |
| tree | 6a7cfc6464612f9f129b25fa59a46f9c7c0e72b5 /ext/css | |
| parent | d2fce502ecb00e3c9202295c93fbb8c554ddbd69 (diff) | |
display inflection rule descriptions (#1000)24.6.3.0
* load descriptions in deinflector
* description functions in deinflectors
* show descriptions in title
* use toaster
* use names without internal
* css lint
* reformat transform descriptors
* fix merge errors
* done?
* rename method
Diffstat (limited to 'ext/css')
| -rw-r--r-- | ext/css/display.css | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/css/display.css b/ext/css/display.css index d5b4d82d..ae1b5f8a 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -855,6 +855,9 @@ button.action-button:active {  .inflection-source-icon[data-inflection-source='both']::after {      content: '🧩📖';  } +.inflection[title] { +    cursor: pointer; +}  /* Headwords */  |