mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Add cursor styles for playground
This commit is contained in:
parent
04f8e8bf37
commit
41b12fb480
@ -29,6 +29,10 @@
|
||||
flex: 50%;
|
||||
}
|
||||
|
||||
#editor {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.code-editor-tabbar {
|
||||
background-color: color.adjust(brand.$sl-color--patina, $lightness: 32%);
|
||||
|
||||
@ -38,6 +42,11 @@
|
||||
color: var(--text, var(--sl-color--pale-sky));
|
||||
padding: var(--sl-gutter--half);
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
// TODO- add hover styles
|
||||
}
|
||||
}
|
||||
|
||||
$options: 'scss', 'indented', 'expanded', 'compressed';
|
||||
|
Loading…
Reference in New Issue
Block a user