File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lite-react-ui" ,
3- "version" : " 0.2.9 " ,
3+ "version" : " 0.3.0 " ,
44 "homepage" : " htps://github.com/john-raymon/lite-react-UI-components" ,
55 "author" : " john-raymon" ,
66 "repository" : {
Original file line number Diff line number Diff line change 2828 & : not (: active ): not (& --no-focus ): focus : enabled {
2929 @apply twr-outline-none;
3030 /* offset 2px sides from increasing border-width of 0px to 2px */
31- background : # 2F2F2F ;
32- border-color : rgba ( 116 , 116 , 116 , 0.69 ); ;
33- box- shadow: 0px 0px 5px rgba (255, 255, 255, 0.39 );
31+ background : # 505050 ;
32+ border-color : rgb ( 255 255 255 / 63 % ) ;
33+ box-shadow : 0px 0px 9 px rgb (255 255 255 / 10 % );
3434 }
3535
3636 & : active : enabled {
4141
4242 & --focus {
4343 @apply twr-outline-none;
44- background : # 2F2F2F ;
45- border-color : rgba ( 116 , 116 , 116 , 0.69 ); ;
46- box- shadow: 0px 0px 9px rgba (255, 255, 255, 0.1 );
44+ background : # 505050 ;
45+ border-color : rgb ( 255 255 255 / 63 % ) ;
46+ box-shadow : 0px 0px 9px rgb (255 255 255 / 10 % );
4747 }
4848 & : disabled {
4949 box-shadow : 0px 0px 10px 2px rgba (255 , 255 , 255 , 0.2 );
5757
5858 & : hover : enabled {
5959 @apply twr-outline-none;
60- background : # 7e7e7e75 ;
61- border-color : # 7e7e7e75 ;
60+ background : # dedede ;
61+ border-color : transparent ;
6262 }
6363
6464 & : focus : enabled {
You can’t perform that action at this time.
0 commit comments