Search
 
SCRIPT & CODE EXAMPLE
 

CSS

&:disabled not working sass

.btn {
  &[disabled] {
    opacity: 0.6;
  }
  &:hover, &:active {
    &:not([disabled]) {
      background-color: darken($orange, 15);
    }
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to put link at bottom of page html 
Css :: nth of type for every 4th after the 1st 
Css :: scss exceeded maximum budget. Budget 7.00 kB was not met by 841 bytes with a total of 7.82 kB. 
Css :: make something slowly invisible css 
Css :: tailwind css responsive table 
Css :: css erase text 
Css :: css media queries mobile first 
Css :: removing space between words css 
Css :: css outline offset 
Css :: scss variables 
Css :: animation fade in css 
Css :: flexbox navbar fixed top 
Css :: selenium find element by css selector 
Css :: watch scss 
Css :: css video background 
Css :: box shadow to table cell css 
Css :: css cut lines 
Css :: css set strong to normal text 
Css :: remove double quotes from string kotlin 
Css :: how to remove margins css 
Css :: css text shadow 
Css :: how to center background image in css 
Css :: css transform transition 
Css :: ease in out 
Css :: important css 
Css :: for...in...loop 
Css :: add css variables without global 
Css :: input backgound color 
Css :: neomorphic box 
Css :: css pass param to class 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =