Mercurial > hg > isophonics-drupal-site
comparison core/modules/contextual/css/contextual.module.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 /** | |
2 * @file | |
3 * Generic base styles for contextual module. | |
4 */ | |
5 | |
6 .contextual-region { | |
7 position: relative; | |
8 } | |
9 .contextual .trigger:focus { | |
10 /* Override the .focusable position: static */ | |
11 position: relative !important; | |
12 } | |
13 .contextual-links { | |
14 display: none; | |
15 } | |
16 .contextual.open .contextual-links { | |
17 display: block; | |
18 } |