diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-06-15 17:48:33 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-06-15 18:01:51 +0100 |
| commit | c15fb5e703c90eedc5ad3a72686873ba16443a17 (patch) | |
| tree | fdf3710392cd658b03f537a4472a96fa7ce4f33d /resources/css | |
| parent | 2b44f6fbd2fb03540c31fbd23370a6d36a5f5c6d (diff) | |
| download | webtrees-c15fb5e703c90eedc5ad3a72686873ba16443a17.tar.gz webtrees-c15fb5e703c90eedc5ad3a72686873ba16443a17.tar.bz2 webtrees-c15fb5e703c90eedc5ad3a72686873ba16443a17.zip | |
Thinking about accordion indicators
Diffstat (limited to 'resources/css')
| -rw-r--r-- | resources/css/_base.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/css/_base.css b/resources/css/_base.css index 2dc7fcf4ff..e78cd18ad6 100644 --- a/resources/css/_base.css +++ b/resources/css/_base.css @@ -107,3 +107,10 @@ th.align-digits { [lang=en-GB] q { quotes: "‘" "’" "“" "”"; } + +/* Expand/collapse icons on accordions, etc. */ +[data-toggle=collapse][aria-expanded=true] > .wt-icon-expand { + display: none; +}[data-toggle=collapse][aria-expanded=false] > .wt-icon-collapse { + display: none; +}
\ No newline at end of file |
