Skip to content
Snippets Groups Projects
Commit f33ad6de authored by Takuya Noguchi's avatar Takuya Noguchi Committed by Takuya Noguchi
Browse files

Enable MergeableSelector in scss-lint (for !14062)

parent 8d130031
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -88,7 +88,8 @@
transition: background 2s ease-out;
 
&:disabled {
opacity: 0.75;
opacity: 0.5;
pointer-events: none;
}
 
.highlight-changes & {
Loading
Loading
@@ -1160,13 +1161,6 @@ pre.light-well {
}
}
 
.project-repo-select {
&.disabled {
opacity: 0.5;
pointer-events: none;
}
}
.variables-table {
table-layout: fixed;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment