first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @file
|
||||
* Generic base styles for contextual module.
|
||||
*/
|
||||
|
||||
.contextual-region,
|
||||
.contextual .trigger:focus {
|
||||
position: relative;
|
||||
}
|
||||
.contextual-links {
|
||||
display: none;
|
||||
}
|
||||
.contextual.open .contextual-links {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user