Initial commit
This commit is contained in:
22
styles.css
22
styles.css
@@ -1,8 +1,14 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
/* Pin button styles */
|
||||
.tab-pin-toggle {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-left: 6px;
|
||||
opacity: var(--tab-pin-initial-opacity, 0.7);
|
||||
cursor: pointer;
|
||||
}
|
||||
.workspace-tab-header:hover .tab-pin-toggle { opacity: var(--tab-pin-hover-opacity, 1); }
|
||||
.tab-pin-toggle.is-pinned svg { transform: rotate(-35deg); }
|
||||
.tab-pin-toggle:focus { outline: 2px solid var(--interactive-accent); outline-offset: 2px; }
|
||||
|
||||
Reference in New Issue
Block a user