Skip to content

Instantly share code, notes, and snippets.

View excal1bu7's full-sized avatar
🎯
Focusing

~Excalibur excal1bu7

🎯
Focusing
  • Nowhere
  • 14:54 (UTC +05:00)
View GitHub Profile
@excal1bu7
excal1bu7 / input.scss
Created March 3, 2022 11:10
Generated by SassMeister.com.
.selector {
$this: &;
&:not(:active),
&:not(#{$this}--active) {
&#{$this}_color_hover,
&:hover {
background-color: var(--color-element-hover);
}
}
}
@excal1bu7
excal1bu7 / input.scss
Created September 21, 2021 06:13
Generated by SassMeister.com.
.toolbar {
$this: &;
&--toggled {
#{$this}--delete {
background-color: rgba(red, 0.15);
}
}
}