@operato/styles
Advanced tools
Comparing version 2.0.0-alpha.89 to 2.0.0-alpha.90
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.0-alpha.90](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.89...v2.0.0-alpha.90) (2024-04-18) | ||
### :bug: Bug Fix | ||
* style for data-grid setting slot ([862b9b9](https://github.com/hatiolab/operato/commit/862b9b908b2fb09ce263897b4e9d704724b6e6d4)) | ||
## [2.0.0-alpha.89](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.88...v2.0.0-alpha.89) (2024-04-18) | ||
@@ -8,0 +17,0 @@ |
@@ -30,3 +30,2 @@ import { css } from 'lit'; | ||
[slot='setting'], | ||
#sorters md-icon, | ||
@@ -37,2 +36,9 @@ #modes md-icon { | ||
[slot='setting'] { | ||
--md-icon-size: 18px; | ||
position: absolute; | ||
right: 0; | ||
top: 2px; | ||
} | ||
#sorters { | ||
@@ -39,0 +45,0 @@ display: flex; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "2.0.0-alpha.89", | ||
"version": "2.0.0-alpha.90", | ||
"main": "dist/src/index.js", | ||
@@ -54,3 +54,3 @@ "module": "dist/src/index.js", | ||
"prettier": "@hatiolab/prettier-config", | ||
"gitHead": "b6adf8047818b3c03329fb71d3296c873a9954de" | ||
"gitHead": "a01f651e658c5941911d30daa015b4dc5e20257c" | ||
} |
@@ -31,3 +31,2 @@ import { css } from 'lit' | ||
[slot='setting'], | ||
#sorters md-icon, | ||
@@ -38,2 +37,9 @@ #modes md-icon { | ||
[slot='setting'] { | ||
--md-icon-size: 18px; | ||
position: absolute; | ||
right: 0; | ||
top: 2px; | ||
} | ||
#sorters { | ||
@@ -40,0 +46,0 @@ display: flex; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
187712
2655